import { IAuthOpts } from "./auth/config"; export declare class ConfigExtractor { extract(ignoreErrors?: boolean): Promise; } export declare function authenticate(opts: IAuthOpts): Promise;