export declare const authenticate: (userName: string, password: string) => Promise<boolean>;
export declare const getSafeRedirectURL: (possibleRedirectURL?: string) => string;