import { ParserField } from "../Models"; export declare const removeOrphans: (possibleOrphans: string[], nodes: ParserField[]) => ParserField[];