import { LangRuntime } from './runtime.js'; export declare class Rust extends LangRuntime { id: string; name: string; configFiles: string[]; }