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