export declare const pair_device: { type: string; properties: { event: { type: string; enum: string[]; }; event_by: { type: string; shouldNotBeEmpty: boolean; }; edetails: { type: string; minItems: number; items: { type: string; properties: { row_id: { type: string; }; identifier: { type: string; shouldNotBeEmpty: boolean; }; std: { type: string; shouldNotBeEmpty: boolean; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=pair_device.d.ts.map