import { Predicate } from '../rules'; import { CasterFn, Guard } from './types'; export declare const toBe: (casterFn: CasterFn, predicate: Predicate | Guard, typeName?: string) => CasterFn;