import { NodeKey, RulesetVariable, SetRulesetVariableParams, UnsetRulesetVariableParams, UpdateHierarchyStateParams } from "@bentley/presentation-common"; /** @internal */ export declare class IpcRequestsHandler { readonly clientId: string; constructor(clientId: string); private call; setRulesetVariable(params: Omit, "clientId">): Promise; unsetRulesetVariable(params: Omit): Promise; updateHierarchyState(params: Omit, "clientId">): Promise; } //# sourceMappingURL=IpcRequestsHandler.d.ts.map