/** * Render the OAuth success page. The `copiedPath` and `streamPath` placeholders * in the template are replaced with the same constants the server registers * its handlers under, so the page and server can't drift on path naming. */ export declare function renderSuccessPage(opts: { copiedPath: string; streamPath: string; }): 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