import { member } from "../../../core";
export interface SetCharacterVelocityInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    Velocity?: member<any>;
    Character?: member<any>;
    OnDone?: member<any>;
}
export declare function SetCharacterVelocity(props: SetCharacterVelocityInput): any;
//# sourceMappingURL=SetCharacterVelocity.d.ts.map