export declare function createArchive(sourceFolder: string, archiveType: string, archiveFile: string): void;
