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