/**
* Consent page HTML for the OAuth authorization flow.
* Shows "Sign in with GitHub" and the requested scopes.
*/
export declare function renderConsentPage(options: {
clientName: string;
scopes: string[];
gitHubAuthorizeUrl: string;
error?: string;
}): string;