export declare function setEnableHighlight(props: { diffViewHighlight?: boolean; }): void; export declare function getEnableHighlight(): () => boolean;