/** Encodes a chunk name as one portable filename and URL segment. */ export declare const encodeChunkName: (name: string) => string; //# sourceMappingURL=encode-chunk-name.d.ts.map