import type { DraftEntityMutability } from '../../core'; import type { Attributes, State, StateHandler } from '../../types'; declare const addAtomicBlock: (state: State, stateHandler: StateHandler, fileType: string, attributes?: Attributes, mutibility?: DraftEntityMutability) => string; export default addAtomicBlock;