import type { MetaData } from "@metaobjectsdev/metadata"; /** All template nodes of `subType` anywhere in the tree (top-level OR nested in entities). */ export declare function findTemplates(root: MetaData, subType: string): MetaData[]; //# sourceMappingURL=find-templates.d.ts.map