import { StaticCode } from './opcode'; /** * Represents any OP code not currently assigned */ export declare class OP_INVALIDOPCODE extends StaticCode { constructor(); } //# sourceMappingURL=invalid.d.ts.map