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