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