import { loadConfig } from "./config"; export interface BootstrapResult { readonly config: ReturnType; readonly mode: "single-tool" | "multi-tool"; } export declare function bootstrap(): Promise; //# sourceMappingURL=index.d.ts.map