import { CasterFn } from './types'; export declare const is: (casterFn: CasterFn) => (value: unknown) => value is T;