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