/** Returns C/C++ source with every string-literal region blanked out. */ export declare const stripStrings: (content: string) => string; /** Returns C/C++ source with every string-literal AND comment region blanked out. */ export declare const stripComments: (content: string) => string; //# sourceMappingURL=strip.d.ts.map