export declare const getFileImportRelativePath: (from: string, to: string, packageMappings: Record, /** When true, packageMappings are never applied — always emit relative paths. * Use for generated files that live outside the workspace (e.g. .deploy/) * where package-name imports can't be resolved by the bundler. */ forceRelative?: boolean) => string;