import type { Extension } from '@prezly/slate-commons'; import type { AllowedBlocksExtensionConfiguration } from './types'; export declare const EXTENSION_ID = "AllowedBlocksExtension"; export declare function AllowedBlocksExtension({ check }: AllowedBlocksExtensionConfiguration): Extension;