/**
 * Function to compute the proper project directory. You would find .git in this location.
 */
declare const local: {
    getPath(): any;
};
export = local;
