import { Editor, IGroupCommand } from '@chief-editor/core';
export declare function group(data: IGroupCommand, editor: Editor): [boolean, IGroupCommand];
export declare function resetGroup(data: IGroupCommand, editor: Editor): boolean;
declare const _default: {
    execute: typeof group;
    reset: typeof resetGroup;
};
export default _default;
