export type BulletList = (string | undefined | BulletList)[]; /** * Writes a bulleted list of lines. * Newlines within items will be indented to a matching level. */ export declare function bulletedList(lines: BulletList, level?: number, bulletChar?: string): string; //# sourceMappingURL=bulletedList.d.ts.map