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