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