export declare type US_STATE = { displayName: string; id: string; }; export declare const US_STATES: US_STATE[];