import { createAgent } from 'notionapi-agent'; import { Config } from './config'; import { SiteContext } from './types'; /** Extract interested data for blog generation from a Notion table. */ export declare function parseTable(collectionPageURL: string, notionAgent: ReturnType, config: Config): Promise; //# sourceMappingURL=parseTable.d.ts.map