import { type ITable } from '../table'; export declare function PrimaryKey(primaryKey: string, sortKey?: string): (tableClass: ITable, propertyKey: string) => void;