export declare function transformVueTemplate(code: string, id: string): {
    code: string;
    map: import('magic-string').SourceMap;
} | null;
