import { Options } from '../lib/types/types'; export declare const getOptions: () => Options; export declare const getOption: (key: K) => Options[K]; export declare const resetOptions: () => void; export declare const setOptions: (newOptions: Partial) => void;