import { Command } from "commander";
export declare function shimScript(): string;
export declare function defaultShimDir(): string;
export declare function dirOnPath(dir: string, pathEnv: string | undefined): boolean;
export declare function registerInstallShimCommand(program: Command): void;
