import { member } from "../../../core";
export interface SwitchLocomotionModuleInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    TargetUser?: member<any>;
    ModuleName?: member<any>;
    ExactMatch?: member<any>;
    OnSwitched?: member<any>;
    OnNotFound?: member<any>;
}
export declare function SwitchLocomotionModule(props: SwitchLocomotionModuleInput): any;
//# sourceMappingURL=SwitchLocomotionModule.d.ts.map