import { Table as DynamoDBTable, TableProps } from 'aws-cdk-lib/aws-dynamodb';
import { Construct } from 'constructs';
/**
 * Compliant DynamoDB Table.
 *
 * See README for usage examples
 */
export declare class Table extends DynamoDBTable {
    constructor(scope: Construct, id: string, props: TableProps);
}
//# sourceMappingURL=dynamodb.d.ts.map