import { ContractMethodDefinition } from "../manifest"; import { Nep17Contract } from "./Nep17Contract"; export declare class GasContract extends Nep17Contract { static get INSTANCE(): GasContract; /** * The list of methods found on the GAS contract. */ static getMethods(): ContractMethodDefinition[]; constructor(); } //# sourceMappingURL=GasContract.d.ts.map