import * as Interface from './interfaces';
export declare const locationSearch: () => string;
export declare const parseRedirectParams: (location?: string) => Interface.RedirectionParams;
export declare const organizationDomain: (refreshToken?: string) => string | undefined;
