/** * Auto-generated OAuth callback HTML templates * Generated from templates/*.html and templates/*.css * * To regenerate: bun run templates/build.ts */ export declare const successTemplate = "Authorization Successful

Authorization Successful

You can now return to your application

"; export declare const errorTemplate = "{{ERROR_TITLE}}
{{ERROR_SVG_ICON}}

{{ERROR_TITLE}}

{{ERROR_MESSAGE}}

{{ERROR_DETAILS}}

{{HELP_TEXT}}

"; export declare function renderError(params: { error: string; error_description?: string; error_uri?: string; }): string; //# sourceMappingURL=templates.d.ts.map