import type { Child } from '../types'; declare const renderToString: (child: Child) => Promise; export default renderToString;