import type { MachinatNode, MachinatRenderable } from '../types'; declare const toArray: (children: MachinatNode) => MachinatRenderable[] | null | undefined; export default toArray;