import { InstillJSONSchema } from "../types"; export declare function pickConstInfoFromOneOfCondition(properties: Record): { constKey: string | null; constValue: string | null; }; //# sourceMappingURL=pickConstInfoFromOneOfCondition.d.ts.map