import type { AuthOptions, State } from "./types.js"; export declare function auth(state: State, options: AuthOptions): Promise>;