import { IntegerType } from '@stacks/common'; import { IntCV, UIntCV } from '../types'; export declare const intCV: (value: IntegerType) => IntCV; export declare const uintCV: (value: IntegerType) => UIntCV;