import { Middleware } from '.'; type FilterFn = (file: string) => boolean; export declare const compressArtifact: (folderPath: string, outputPath: string, filter?: FilterFn) => Promise; declare const _default: { middleware: Middleware<{ path: string; read: boolean; write: boolean; }>; }; export default _default;