import { SectionColumnProperties } from '../../model/section/section-column-properties';
import { CommandBase, CommandOptions, CommandSimpleOptions, ICommandOptions } from '../command-base';
import { RulerSectionColumnsSettingsState } from '../command-states';
export declare class RulerSectionColumnsSettingsCommand extends CommandBase<RulerSectionColumnsSettingsState> {
    protected DEPRECATEDCorrectlMainCommandOptions(options: ICommandOptions): void;
    getState(options?: CommandOptions): RulerSectionColumnsSettingsState;
    executeCore(state: RulerSectionColumnsSettingsState, options: CommandSimpleOptions<SectionColumnProperties[]>): boolean;
}
