import type { CompilerVersion, SolidityFamily } from "./types";
export declare function solidityFamily(compiler: CompilerVersion): SolidityFamily;
