import { AttributeValue } from "@aws-sdk/client-dynamodb";
import { NativeAttributeValue } from "./models";
import { unmarshallOptions } from "./unmarshall";
export declare const convertToNative: (
  data: AttributeValue,
  options?: unmarshallOptions
) => NativeAttributeValue;
