import { Property } from '../../../domain'; export declare const generateTableForUpdateableProperties: ({ entityName, properties, }: { entityName: string; properties: { [index: string]: Property; }; }) => { name: string; sql: string; };