import type { UploadCollectionSlug, PayloadRequest } from 'payload'; type WlodevFilePath = string; export declare const getWlodevFilePath: (collectionSlug: UploadCollectionSlug, filename: string) => WlodevFilePath; export declare const getWlodevImageOptimizationPath: ({ imagePath, quality, width, }: { imagePath: WlodevFilePath; quality?: number; width?: number; }) => string; export declare const getLocalUploadURL: (path: string, req: PayloadRequest) => URL; export {}; //# sourceMappingURL=tools.d.ts.map