import { DynamoTable } from "./types";
import { CreateTableCommandInput } from "@aws-sdk/client-dynamodb";
export declare const DynamoTablesStructure: Record<DynamoTable, CreateTableCommandInput & {
    expiryKey?: string;
}>;
