declare const RedirectStrategy: {
    Redirect: string;
    PostMessage: string;
};
declare const DEFAULT_REDIRECT_STRATEGY: string;
export { RedirectStrategy, DEFAULT_REDIRECT_STRATEGY };
