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