import { AuthAdapter } from "../adapters/auth.adapter"; import { BFastConfig } from "../conf"; export declare function authAdapter(config: BFastConfig, appName: string): AuthAdapter;