import type { InlineNode, ParseOptions } from './types.js';
export declare function parseInline(value: string, options?: ParseOptions): InlineNode[];
//# sourceMappingURL=inline.d.ts.map