import type { RuntimePlatform } from './platform/types'; export declare function findPackageRoot(dir: string, platform?: Pick): string; export declare const PACKAGE_ROOT: string;