export declare function pkgUp(opts?: {
    cwd?: string;
}): string | null;
