export declare const HARDHAT_CONFIG_PREFIX = "hardhat-config:";
export declare const FORGE_CONFIG_PREFIX = "forge-config:";
/** All supported inline config keys and their expected value types. */
export declare const KEY_TYPES: Record<string, "number" | "boolean">;
/** Top-level key categories (e.g. "fuzz", "invariant", "allowInternalExpectRevert"). */
export declare const TOP_LEVEL_KEYS: string[];
//# sourceMappingURL=constants.d.ts.map