import { StateName, type StateType } from "./types";
export declare const OPTIONAL_STATE_TYPES: Record<StateName, StateType>;
export declare const FIXED_STATE_TYPES: Record<StateName, StateType>;
//# sourceMappingURL=constants.d.ts.map