export declare function packlist(pkgDir: string, opts?: {
    packageJsonCache?: Record<string, Record<string, unknown>>;
}): Promise<string[]>;
