/** * Disassembler that turns bytecode (as a hex string) into Solidity inline assembly. */ export declare function disassemble(input: any): string;