import { Type } from "../types/types"; export declare function flatColumns(type: Type, columns?: (string | string[])[], path?: string[] | undefined): (string | string[])[];