import type { MarkSpec } from '@atlaskit/editor-prosemirror/model'; /** * @name strike_mark */ export interface StrikeDefinition { type: 'strike'; } export declare const strike: MarkSpec;