import { ConfigEditorHelpContext } from './types/ConfigEditorHelpContext'; export declare const isHelpContextEqual: (prev: ConfigEditorHelpContext | null, next: ConfigEditorHelpContext | null) => boolean;