/** * Hook to configure Ruff settings in Monaco. * The enabled status and settings are read from redux. * Any changes to the redux values will be applied to the Monaco providers. */ export declare function useConfigureRuff(): void; export default useConfigureRuff; //# sourceMappingURL=useConfigureRuff.d.ts.map