import type { Options } from '../options'; export default function (key: keyof Options, value: string, options: Options): boolean;