import type { MachinatElementType, MachinatNode, MachinatElement } from './types'; declare const createMachinatElement: (type: MachinatElementType, config: any, ...children: Array) => MachinatElement; export default createMachinatElement;