import { RawGtx } from "../../gtx/types"; export declare function isRawGtx(value: unknown): value is RawGtx;