import type { CollectionConfig, PayloadRequest } from 'payload'; export declare function getFilePrefix({ clientUploadContext, collection, filename, req, }: { clientUploadContext?: unknown; collection: CollectionConfig; filename: string; req: PayloadRequest; }): Promise; //# sourceMappingURL=getFilePrefix.d.ts.map