import type { ProfileObject, RealVer, Schema, SchemaName } from "@raytio/types"; import type { RuleData } from "./types"; export declare const convertInstanceToRuleInput: (POs: ProfileObject[], realVers: RealVer[], getSchema: (schemaName: SchemaName) => Promise) => Promise;