import { WasmkitRuntimeEnvironment } from "../../types"; export declare function getRustcVersion(): string; export declare function getWebAssemblyInstalled(): boolean; export declare function canCompile(env: WasmkitRuntimeEnvironment): Promise;