import type { CollectionBeforeValidateHook } from 'payload'; import type { User } from '../payload-types'; import type { VerificationFlowConfig } from '../types'; export declare function createAutoGeneratePasswordHook({ verificationFlows, }: { verificationFlows: Record | undefined; }): CollectionBeforeValidateHook; //# sourceMappingURL=auto-generate-password.d.ts.map