import type { CliOptions } from '../types/index.js'; import type { Logger } from '@sap-ux/logger'; /** * Get a zipped archived based on the given options. * * @param logger - reference to the logger instance * @param options - options provided via CLI * @returns Buffer containing the zip file */ export declare function getArchive(logger: Logger, options: CliOptions): Promise; //# sourceMappingURL=archive.d.ts.map