import { Client } from '@elastic/elasticsearch';
export declare const client: Client;
export declare const esTable: (table: any) => any;
