import type { CollectionConfig } from '../collections/config/types.js'; import type { PayloadRequest } from '../types/index.js'; export declare const getFieldsToSign: (args: { collectionConfig: CollectionConfig; email: string; sid?: string; user: PayloadRequest["user"]; }) => Record; //# sourceMappingURL=getFieldsToSign.d.ts.map