/** * @fileoverview Resource for fetching a committee profile by FEC committee ID. * URI: openfec://committee/{committee_id} * @module src/mcp-server/resources/definitions/committee.resource */ import { z } from '@cyanheads/mcp-ts-core'; import { JsonRpcErrorCode } from '@cyanheads/mcp-ts-core/errors'; export declare const committeeResource: import("@cyanheads/mcp-ts-core").ResourceDefinition, undefined, readonly [{ readonly reason: "committee_not_found"; readonly code: JsonRpcErrorCode.NotFound; readonly when: "No committee exists for the supplied committee_id"; readonly recovery: "Verify the committee_id format (C + digits) or look up the committee by name via openfec_search_committees."; }]>; //# sourceMappingURL=committee.resource.d.ts.map