import { ClassDeclaration, GetAccessorDeclaration } from 'ts-morph'; import { IParameter } from './common'; export declare const TABLE_PARAMETER_TYPES: Map string; }>; export declare function tableAddPrimaryParameter(table: ClassDeclaration, parameter: IParameter): GetAccessorDeclaration | undefined;