import type { TSXResult } from '@astrojs/compiler/types'; export declare function astro2tsx(content: string, fileName: string): TSXResult;