import { ICommandOptions } from '../command-base';
import { SimpleCommandState } from '../command-states';
import { HyperlinkCommandBase } from './hyperlink-command-base';
export declare class RemoveHyperlinkCommand extends HyperlinkCommandBase {
    executeCore(state: SimpleCommandState, _options: ICommandOptions): boolean;
}
