export declare function setEnableWrap(props: { diffViewWrap?: boolean; }): void; export declare function getEnableWrap(): () => boolean;