import { IOptions } from "./Interface"; export declare const getOptions: () => IOptions; export declare const setOptions: (value: Partial) => Promise;