export * from './types';
export declare const solidityCompiler: ({ version, input, }: {
    version: string;
    input: any;
}) => Promise<unknown>;
export declare const getCompilerVersions: () => Promise<unknown>;
//# sourceMappingURL=index.d.ts.map