export declare type JsonSchema7BigintType = { type: "integer"; format: "int64"; }; export declare function parseBigintDef(): JsonSchema7BigintType;