import type { Child } from 'hastscript'; import { ToHastOpts } from './types.js'; import { Client } from './client.js'; export declare function blockToHast(client: Client, opts: ToHastOpts, depth?: number): Promise;