import type { Table } from "./common";
export interface DynamoDBCrudPolicy {
    DynamoDBCrudPolicy: Table;
}
