import { Layer } from "./types";
declare const handleRow: (data: Layer[], notBranchNames: string[], parent?: Layer) => Layer[];
export default handleRow;
