export declare function getBinDir(): string; export declare function loadUpdater(): Promise; export declare function runEarlyLaunchHooks(configDir: string, log: (message: string) => void): Promise; export declare function readDeployedProviders(reposDir: string): Array<{ provider: string; repo: string; handler: string; handlerPath: string; }>; export declare function ensureOnPath(binDir: string, log: (message: string) => void): void;