import { IThirdPartyAuthPluginOptions } from "./interfaces";
export declare const DEFAULT_PLUGIN_OPTIONS: IThirdPartyAuthPluginOptions;
export declare const THIRD_PARTY_OPTIONS_PROVIDER: unique symbol;
export declare const GOOGLE_STRATEGY_NAME: "google";
export declare const FACEBOOK_STRATEGY_NAME: "facebook";
export declare const LIST_OF_STRATEGY: readonly ["google", "facebook"];
