import { SpwItemKey } from '@spwashi/spw/constructs/ast/abstract/item'; import { Runtime } from '@spwashi/spw/constructs/runtime/runtime'; /** * Given a key, find all nodes that match * @param runtime * @param key */ export declare function getAllNodesWithKey(runtime: Runtime, key: SpwItemKey): Promise | import("@spwashi/spw/constructs/ast/abstract/item").SpwItem[]>;