export declare const getHomeDirectory: () => string;
export declare const runCommand: (command: string) => void;
