import { AttributeValue } from '@aws-sdk/client-dynamodb';
export type AttributeMap = {
    [key: string]: AttributeValue;
};
