export declare function transformJSX({ moduleId, styleModuleId, originalCode, manifest, }: { moduleId: string; styleModuleId: string; originalCode: string; manifest: Record; }): Promise<{ code: string; map: import("magic-string").SourceMap; }>;