import { RawGtv } from "../../";
import { GTX } from "../gtx/types";
export declare function dumpGtx(gtxTx: GTX): string;
export declare function dumpGtv(rawGtv: RawGtv): string;
