import type { Node } from '@atlaskit/editor-prosemirror/model';
import { type Selection } from '@atlaskit/editor-prosemirror/state';
export declare const canTurnIntoStatus: (node: Node | null) => boolean;
export declare const isStatusTurnIntoHidden: (selection: Selection | undefined) => boolean;
