export declare const authenticateOpenID: (issuer: string, clientId: string, redirectUri: string) => Promise<void>;
