export declare const authSuccessHtml = "\n\n
\n \n \n Authentication Successful - Opal CLI\n \n\n\n \n
\n
Authentication Successful!
\n
Your Opal CLI has been successfully authenticated and this window can be safely closed
\n
\n
\n
\n\n
\n\n";
export declare const authErrorHtml: (error: string) => string;
export declare const authMissingCodeHtml = "\n\n \n Authentication Failed
\n Missing authorization code.
\n You can close this window.
\n \n\n";