interface PlatformPackage { pkg: string; bin: string; } export declare const PLATFORM_PACKAGES: Record; /** * Resolve the absolute path to the platform-specific `mda` binary. */ export declare function resolveBinary(): string; export {}; //# sourceMappingURL=resolve.d.ts.map