export declare function injectRender(script: string, render: string): string; export declare function compileSFC(sfc: string): Promise;