declare const convertCodeImportsToRefs: (codeSrc: string) => { code: string; importsLines: string[]; }; export { convertCodeImportsToRefs };