import type { ElicitationTarget } from '../gateway-mcp/secret-store.js'; export declare function formPage(target: ElicitationTarget, token: string, error?: string): string; export declare function clearedPage(target: ElicitationTarget): string; export type MultiOutcome = { saved: readonly string[]; removed: readonly string[]; stored: readonly string[]; }; export declare function multiOutcomePage(target: ElicitationTarget, outcome: MultiOutcome): string; export declare function successPage(target: ElicitationTarget): string; export declare function notFoundPage(): string; //# sourceMappingURL=mcp-credentials-page.d.ts.map