import { CommandBase } from '../command-base';
import { SimpleCommandState } from '../command-states';
export declare class ContextItemHeadersFooters extends CommandBase<SimpleCommandState> {
    getState(): SimpleCommandState;
}
