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