export declare function saveXml(service: string, methodName: string, xml: string): Promise<void>;
export declare function setPath(folder: string): Promise<void>;
export declare function setWritable(value: boolean): void;
