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