/** The different endpoint actions available for the Committee route. */ export declare enum CommitteeActions { Bills = "bills", Reports = "reports", Nominations = "nominations" } //# sourceMappingURL=CommitteeActions.d.ts.map