import type { AttributeMap } from "@block-kit/delta"; /** * 检查无序列表 * @param attrs */ export declare const isBulletList: (attrs: AttributeMap) => boolean;