/** Replace string literal content with whitespace; preserves length. */ export declare const stripStrings: (content: string) => string; /** Replace string literals AND comments with whitespace; preserves length. */ export declare const stripComments: (content: string) => string; //# sourceMappingURL=strip.d.ts.map