import type { IOptionToggle } from "../structures/IOptionToggle"; /** Default toggles for sites that wire the bundled typia / lint plugins. */ export declare const DEFAULT_OPTION_TOGGLES: readonly IOptionToggle[];