import type { Payload } from '../../../index.js'; import type { AuthArgs, AuthResult } from '../auth.js'; export declare const authLocal: (payload: Payload, options: AuthArgs) => Promise; //# sourceMappingURL=auth.d.ts.map