declare const states: {
    Country_Code: number;
    State_Province_Name: string;
    State_Province_Code: string;
}[];
export { states };
