import type { State, StateHandler } from '../../types';
declare const toggleCodeBlock: (state: State, stateHandler: StateHandler, customBlockquoteType?: string) => void;
export default toggleCodeBlock;
