export declare function saveFileToDisc(options: {
    sourcePath: string;
    targetPath: string;
}): Promise<void>;
