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