import { DynamoDBItemsPerTable } from './dynamodb-items-per-table.class';
export declare class BatchGetItemsResult {
    readonly items: DynamoDBItemsPerTable[];
    constructor(items: DynamoDBItemsPerTable[]);
    merge(other: BatchGetItemsResult): void;
}
