UNPKG

tondev

Version:

TON Dev Environment

26 lines 1.1 kB
import { Component } from "../../core"; export declare const components: { compiler: Component; linker: Component; stdlib: { getSourceName(version: string): string; resolveVersion(downloadedVersion: string): Promise<string>; loadAvailableVersions(): Promise<string[]>; isExecutable: boolean; runGlobally: boolean; resolveVersionRegExp: RegExp; targetName: string; innerPath?: string | undefined; hidden?: boolean | undefined; toolFolderName: string; name: string; home(): string; path(): string; adjustedPath(): string | undefined; run(terminal: import("../../core").Terminal, workDir: string, args: string[]): Promise<string>; silentRun(terminal: import("../../core").Terminal, workDir: string, args: string[]): Promise<string>; getCurrentVersion(): Promise<string>; ensureVersion(terminal: import("../../core").Terminal, force: boolean, requiredVersion?: string | undefined): Promise<boolean>; }; }; //# sourceMappingURL=components.d.ts.map