import { SociablyElement } from '@sociably/core'; import type { ScriptSegment } from './types.js'; declare const parse: (node: SociablyElement) => ScriptSegment[]; export default parse;