interface AuthPageOptions { redmineUrl: string; authSessionToken: string; error?: string; } export declare function renderAuthPage(options: AuthPageOptions): string; export {}; //# sourceMappingURL=page.d.ts.map