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