import type { SwayNode } from "./types.js";
export declare const find: (node: SwayNode, predicate: (node: SwayNode) => boolean) => SwayNode[];
