import { type ClarityValue } from "@stacks/transactions"; export declare const convertValue: (value: any, type: any) => ClarityValue;