export declare function renderSuccessPage(): string; export declare function renderErrorPage(message: string): string; /** Test-only: reset the module-level template cache. */ export declare function _resetCallbackPageCacheForTests(): void; //# sourceMappingURL=callback-pages.d.ts.map