import { IContextService } from '@univerjs/core'; export declare function whenDocAndEditorFocused(contextService: IContextService): boolean; export declare function whenDocAndEditorFocusedWithBreakLine(contextService: IContextService): boolean;