/** Removes TypeScript syntax from a snippet with OXC while preserving JSX. */ export declare function stripTypeScriptWithOxc(source: string): string; /** Removes TypeScript syntax from a standalone expression without heuristic skipping. */ export declare function stripTypeScriptExpressionWithOxc(source: string): string; export declare function transformJsxWithOxc(source: string): string; export declare function transformJsxToCreateElementWithOxc(source: string, options?: { pragma?: string; pragmaFrag?: string; }): string; //# sourceMappingURL=oxc-transform.d.ts.map