import { CreateTableInput } from 'aws-sdk/clients/dynamodb';
export declare const CONNECTION_TABLE_NAME = "connection";
export declare const CONNECTION_TABLE_SCHEMA: CreateTableInput;
