import { member } from "../../../core";
export interface CloudValueVariable_TInput {
    type: {
        T: {
            name: string;
        };
    };
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    Path?: member<any>;
    IsLinkedToCloud?: member<boolean>;
    VariableOwnerId?: member<any>;
    ChangeHandling?: member<any>;
    Value?: member<any>;
}
export declare function CloudValueVariable_T(props: CloudValueVariable_TInput): any;
//# sourceMappingURL=CloudValueVariable_T.d.ts.map