export declare class NoPkgJsonFound extends Error { directory: string; constructor(directory: string); } export declare function findRoot(cwd: string): Promise; export declare function findRootSync(cwd: string): string;