import { Path } from './path';
/**
 * Create a shim for a package
 */
export declare function create_shim(args: string[], basePath: string): Promise<string[]>;
/**
 * Get the shim installation directory
 */
export declare function shim_dir(): Path;