import type { CompressionResult, EngineContext } from './types.js'; export declare function looksLikeJsonSections(text: string): boolean; export declare function compressJsonSections(text: string, ctx?: EngineContext): CompressionResult; //# sourceMappingURL=json-sections.d.ts.map