/**
 * It is process.cwd() but normalised for all OS
 */
export declare const cwd: () => string;
