export declare function transformVueJsx(code: string, id: string, jsxOptions?: Record<string, any>): {
    code: string;
    map: any;
};
