export declare const STATE_PENDING = "Pending"; export declare const STATE_FUNDING = "Funding"; export declare const STATE_REFUNDING = "Refunding"; export declare const STATE_GOAL_REACHED = "GoalReached"; export declare const STATE_CLOSED = "Closed"; export declare function getStateByKey(stateKey: number): string; //# sourceMappingURL=hatch-states.d.ts.map