import { S3Store } from "../tus/stores/s3/s3Store.mjs"; import { PayloadHandler } from "payload"; //#region src/endpoints/fileExistsHandler.d.ts interface GetFileExistsHandlerArgs { getS3Store: () => S3Store; collection: string; } declare function getFileExistsHandler(args: GetFileExistsHandlerArgs): PayloadHandler; //#endregion export { getFileExistsHandler }; //# sourceMappingURL=fileExistsHandler.d.mts.map