import { BulletedListItemBlockObjectResponse } from '@notionhq/client/build/src/api-endpoints'; import { Block, ExtensionFunc } from '../types'; export type BulletedListBlock = Block<'bulleted_list', (BulletedListItemBlockObjectResponse & { processed?: boolean; })[]>; declare const bulletedListExtension: ExtensionFunc; export default bulletedListExtension; //# sourceMappingURL=bulleted-list.extension.d.ts.map