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