/** @packageDocumentation * @module UnifiedSelection */ import { Key, Keys } from "@bentley/presentation-common"; /** @internal */ export declare class SelectionHelper { private constructor(); /** * Re-map the given keyset for selection. This means all instance node keys get converted * to instance keys, because in that case we want to select instances instead of nodes. All * other types of keys ar left as is. */ static getKeysForSelection(keys: Readonly): Key[]; } //# sourceMappingURL=SelectionHelper.d.ts.map