import { TermType } from "./types.js";
export declare function withAllPairElemsAsData<T extends TermType>(t: T): TermType;
