/** * This function will replace the imports in the code since `react-live` does not support `import` statements. * `modules` is an object with keys as `package name` and values as `variable name`. */ export declare const replaceImports: (content: string, modules?: Record) => string; //# sourceMappingURL=index.d.ts.map