export declare function buildDynamoDBPkSk(id: string, type: string): { pk: string; sk: string; }; export declare function buildDynamoDbKey(id: string, type: string): string; export declare function buildConcatenatedSk(keys: string[]): string; export declare function removeDynamoDbKeys(entry: { [key: string]: never; }): { [key: string]: never; }; export declare const MAX_GET_ITEMS_SIZE: number; //# sourceMappingURL=ddbUtil.d.ts.map