import type { SourceItem } from '../SourceItem.ts'; /** * Check if the file is known to be compressed or not * @param source - The source item to check, it should contain options to check by extension * @returns boolean */ export declare function shouldAvoidCompression(source: SourceItem): boolean; //# sourceMappingURL=should_avoid_compression.d.ts.map