export declare function splitItemHead(itemRaw: string): [string, string[]]; export declare function joinItemLines(head: string, tail: readonly string[]): string; export declare function isLooseList(items: readonly string[]): boolean; export declare function renderItemContent(itemRaw: string, loose?: boolean): string; export declare function serializeItemTail(tail: readonly string[], head?: string): string[]; //# sourceMappingURL=list-item.d.ts.map