/** * Convert markdown string to an array of Notion blocks * @param markdown - The markdown string to convert * @returns Array of Notion block objects ready for the API */ export declare function markdownToBlocks(markdown: string): any[];