import { FactoryComponentImports } from "./types.js";
/**
 * Export imports as string
 */
declare function stringifyFactoryImports(imports: FactoryComponentImports, includeTypes?: boolean): string;
export { stringifyFactoryImports };