import { AuthenticationConfig, Argv } from "../types"; export declare const buildAuthenticationConfig: (argv: Argv) => AuthenticationConfig;