import { ICommand } from '@univerjs/core';
export interface IUIComponentCommandParams {
    value: string;
}
export declare const SidebarDefinedNameOperation: ICommand;
