import { StrategyInterface, StrategyOptions, AuthOptions, Authentication } from "./types"; export declare type Types = { StrategyOptions: StrategyOptions; AuthOptions: AuthOptions; Authentication: Authentication; }; export declare const createAppAuth: StrategyInterface;