/**
 * OAuth HTML Templates with Snow-Flow branding
 */
export declare const OAuthTemplates: {
    success: string;
    error: (error: string) => string;
    securityError: string;
    missingCode: string;
    tokenExchangeFailed: (error: string) => string;
};
//# sourceMappingURL=oauth-html-templates.d.ts.map