export declare const allocate_to_branch: { type: string; properties: { event: { type: string; enum: string[]; }; event_by: { type: string; }; edetails: { type: string; minItems: number; items: { type: string; properties: { row_id: { type: string; }; device_id: { type: string; }; branch_id: { type: string; }; }; required: string[]; }; }; }; required: string[]; }; //# sourceMappingURL=allocate_to_branch.d.ts.map