/** Uses package-relative paths as logical IDs so source groups and runtime chunks share one namespace. */ export declare function toLogicalChunkId(physicalChunkId: string): string; /** Resolves one relative Rolldown-generated import to its preliminary physical chunk path. */ export declare function resolvePhysicalChunkReference(importerChunkId: string, reference: string): string; /** Projects one relative Rolldown-generated import into its package-neutral SystemJS identity. */ export declare function resolveLogicalChunkReference(importerChunkId: string, reference: string): string;