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