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