export interface Solc { compile(input: string): string; } export declare const loadSolc: (version: string) => Promise;