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