declare function versionToSemver(version: any): any;
declare function translateJsonCompilerOutput(output: any, libraries: any): any;
declare function prettyPrintLegacyAssemblyJSON(assembly: any, source: any): string;
declare const _default: {
    versionToSemver: typeof versionToSemver;
    translateJsonCompilerOutput: typeof translateJsonCompilerOutput;
    prettyPrintLegacyAssemblyJSON: typeof prettyPrintLegacyAssemblyJSON;
};
export = _default;
