export declare function generateStateGroupsRecord(states: string[], statesGroups: string[][]): Record<string, number>;
