import { type BlockNotionHtmlAdapterMatcher } from '@blocksuite/affine-shared/adapters';
export declare function createEmbedBlockNotionHtmlAdapterMatcher(flavour: string, urlRegex: RegExp, { toMatch, fromMatch, toBlockSnapshot, fromBlockSnapshot, }?: {
toMatch?: BlockNotionHtmlAdapterMatcher['toMatch'];
fromMatch?: BlockNotionHtmlAdapterMatcher['fromMatch'];
toBlockSnapshot?: BlockNotionHtmlAdapterMatcher['toBlockSnapshot'];
fromBlockSnapshot?: BlockNotionHtmlAdapterMatcher['fromBlockSnapshot'];
}): BlockNotionHtmlAdapterMatcher;
//# sourceMappingURL=notion-html.d.ts.map