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