import { AttributeMap } from 'aws-sdk/clients/dynamodb';
export declare const marshallTransaction: (data: {
    [key: string]: any;
}) => AttributeMap;
export declare const unmarshallTransaction: (data: AttributeMap) => {
    [key: string]: any;
};
