export declare const IIPSchema: { type: string; title: string; properties: { id: { type: string; required: boolean; }; target: { type: string; required: boolean; properties: { id: { type: string; }; port: { type: string; }; index: { type: string[]; }; settings: { type: string; properties: { persist: { type: string; }; sync: { type: string; }; cyclic: { type: string; }; }; }; }; }; data: { type: string; required: boolean; }; }; additionalProperties: boolean; };