import { S as StateCode, G as GetStateShapeOptions, a as StateShape } from './us-Dn-3dWGO.js'; export { C as CountryCode, b as ShapeVariant, c as StateSlug, U as US_REGIONS } from './us-Dn-3dWGO.js'; declare function resolveStateShapePath(code: StateCode, options?: GetStateShapeOptions): string; declare function getStateShape(code: StateCode, options?: GetStateShapeOptions): StateShape; declare function listStateShapes(options?: Pick): StateShape[]; declare const dfStateShapes: { get: typeof getStateShape; list: typeof listStateShapes; }; export { GetStateShapeOptions, StateCode, StateShape, dfStateShapes, getStateShape, listStateShapes, resolveStateShapePath };