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