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