import { member } from "../../../core";
export interface InstallLocomotionModulesInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    ModulesRoot?: member<any>;
    TargetUser?: member<any>;
    ClearExisting?: member<any>;
    OnInstalled?: member<any>;
}
export declare function InstallLocomotionModules(props: InstallLocomotionModulesInput): any;
//# sourceMappingURL=InstallLocomotionModules.d.ts.map