import type { SchemaRef } from "@smithy/types";
/**
 * @internal
 * @deprecated the former functionality has been internalized to the CborCodec.
 */
export declare const copyDocumentWithTransform: (source: any, schemaRef: SchemaRef, transform?: (_: any, schemaRef: SchemaRef) => any) => any;
