import { ErrorCode, IdentifierType } from '../../../constants.js';
import type { LynxViewInstance } from '../LynxViewInstance.js';
export declare function queryNodes(lynxViewInstance: LynxViewInstance, type: IdentifierType, identifier: string, component_id: string, first_only: boolean, root_unique_id: number | undefined, callback: (dom: Element) => void, error?: (code: ErrorCode) => void): void;
