import type { InternalUserDefinedOptions } from '../types/index.js';
export declare function resolveRuntimePackageReplacements(option: InternalUserDefinedOptions['replaceRuntimePackages']): Record<string, string> | undefined;
