import type { StackParser } from './types'; type ChunkIdMapType = Record; export declare function getFilenameToChunkIdMap(stackParser: StackParser): ChunkIdMapType | undefined; export {}; //# sourceMappingURL=chunk-ids.d.ts.map