/** * Copyright (c) 2019-2025 Mark Sandford * Licensed under the MIT License. See LICENSE and NOTICE files. */ /** Map from normalized alias string → committee code */ export declare const COMMITTEE_ALIASES: Map; /** Map from normalized alias string → agency slug */ export declare const AGENCY_ALIASES: Map; /** Get all committee alias names for Fuse.js search collection. */ export declare function getAllCommitteeAliasNames(): string[]; //# sourceMappingURL=committee-alias-table.d.ts.map