export declare class SclAceTextRulesInterfaceService {
    constructor();
    syncEditBuffer(doc: any, fieldName: any, componentDefinition: any, _editor: any): void;
    extractValuesToDoc(doc: any, fieldName: any, componentDefinition: any, _editor: any, tempKeys: any): void;
}
