import { IdNNameRecord } from '../../../../entities/core-entities/common/index.js'; /** * StateBodyStructure class is responsible for * deserializing the response from the metadata * API to a state. */ export declare class StateBodyStructure { stateId?: number; name?: string; country?: IdNNameRecord; }