import type { EggProtoImplClass, TableParams } from '@eggjs/tegg-types';
export declare function Table(params?: TableParams): (constructor: EggProtoImplClass) => void;
