import { member } from "../../core";
export interface BatchActionInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _description?: member<any>;
}
export declare function BatchAction(props: BatchActionInput): any;
//# sourceMappingURL=BatchAction.d.ts.map