import { type Package } from "@dpkit/core";
export declare function getPackageBasepath(dataPackage: Package): string | undefined;
export declare function getCommonLocalBasepath(paths: string[]): string | undefined;
