/** * Returns true if a line looks like minified/bundled code. * Used to skip entire files early in the pipeline. * @param content - The content of the file to check * @returns Boolean whether the content is likely minified */ export declare function isLikelyMinified(content: string): boolean; //# sourceMappingURL=isLikelyMinified.d.ts.map