import { ListBlockChildrenResponse } from "@notionhq/client/build/src/api-endpoints"; declare type TypeWithGeneric = T[]; declare type ExtractGeneric = Type extends TypeWithGeneric ? X : never; export declare type NotionAPIBlock = Extract, { type: T; }>; export {};