import { PrimaryKeyTypes } from './types' export declare const PRIMARY_META_KEY = 'table:primary' export declare function Primary( type?: PrimaryKeyTypes, size?: number ): { (target: Function): void (target: Object, propertyKey: string | symbol): void }