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