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