import type { State } from '../../types';
declare const hasBlockTypeOf: (state: State, blockType: string) => boolean;
export default hasBlockTypeOf;
