export declare const findPackage: ({ cwd }?: {
    cwd: string;
}) => string | undefined;
