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