import Options from '../types/options'; export declare function checkOptions(key: keyof Options, val: unknown): boolean;