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