export declare const writeArchive: (projects: string, all: boolean, names: string, zipBuffer: Buffer) => Promise<void>;
export declare const buildAssetsOrProjects: (projects: string, all: boolean, names: string, localDir: string) => Promise<Buffer>;
//# sourceMappingURL=deploy-action-helper.d.ts.map