import HatchConfig from '../models/HatchConfig'; export declare const IMPACT_HOURS_APP = "impact-hours-beta"; export declare const HATCH_APP = "marketplace-hatch"; export declare const HATCH_ORACLE_APP = "hatch-oracle"; export declare const AGENT_APP = "agent"; export declare const ERC20_TOKEN = "erc20"; export declare const MINIME_TOKEN = "minime"; export declare function calculateHatchState(hatch: HatchConfig, subgraphState: string): string; //# sourceMappingURL=app-utils.d.ts.map