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