import Table_ from './table'; export declare namespace DynamoDB { const Table: typeof Table_; type Table = Table_; }