/** The type of chambers that are available to the Committee route. */ export declare enum Chambers { House = "house", Senate = "senate", Joint = "joint" } //# sourceMappingURL=Chambers.d.ts.map