import type { ToolsLogger } from '@sap-ux/logger'; import type { DuplexCollection } from '@ui5/fs'; /** * Create an archive of files in the workspace. * * @param logger - reference to the logger instance * @param workspace - reference to the UI5 tooling workspace object * @param projectName - project properties and configuration * @param exclude - array of regex patterns used to exclude folders from archive * @returns {*} {Promise} - archive */ export declare function createUi5Archive(logger: ToolsLogger, workspace: DuplexCollection, projectName: string, exclude?: string[]): Promise; //# sourceMappingURL=archive.d.ts.map