import type { Code, Sfc } from '../../types'; export declare function generateSrc(script: NonNullable, src: string): Generator;