export declare const combineFromDirectory: (directoryPath: string, destinationPath?: string) => Promise<void>;
