import type { TypeWithID } from '../../../collections/config/types.js'; type Doc = Record & TypeWithID; type Args = { doc: Doc; password: string; }; export declare const authenticateLocalStrategy: ({ doc, password }: Args) => Promise; export {}; //# sourceMappingURL=authenticate.d.ts.map