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