import { TermType } from "./types.js";
import { ConstType } from "@harmoniclabs/uplc";
export declare function termTyToConstTy(t: TermType): ConstType;
