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