import { Option } from './ns'; export declare const DEFAULT_OPTION: Option; export declare const CONST_OPTION: Option; export declare const option: (newOption?: Option | undefined) => boolean | Option;