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