import { Property } from '../../../../domain'; export declare const generateColumn: ({ columnName, property, }: { columnName: string; property: Property; }) => string;