declare const stripComments: (input: string, options?: { sourceType?: "module" | "script"; }) => string; export default stripComments;