import { FetchConfig } from "./types"; export declare const fetchFiles: (config: FetchConfig) => Promise<{ key: string; lastModified: Date; size: number; signedUrl: string; }[] | { key: string; lastModified: Date; size: number; signedUrl: undefined; }[]>; //# sourceMappingURL=fetch.d.ts.map