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