import type { Config, PayloadHandler } from 'payload'; export declare const initClientUploads: , T>({ clientHandler, collections, config, enabled, extraClientHandlerProps, serverHandler, serverHandlerPath, }: { /** Path to clientHandler component */ clientHandler: string; collections: Record; config: Config; enabled: boolean; /** extra props to pass to the client handler */ extraClientHandlerProps?: (collection: T) => ExtraProps; serverHandler: PayloadHandler; serverHandlerPath: string; }) => void; //# sourceMappingURL=initClientUploads.d.ts.map