import { BurnAndReleaseTransaction, LockAndMintTransaction } from "@renproject/interfaces"; import { ResponseQueryTx } from "./methods"; export declare const unmarshalMintTx: (response: ResponseQueryTx) => LockAndMintTransaction; export declare const unmarshalBurnTx: (response: ResponseQueryTx) => BurnAndReleaseTransaction;