import { Runtype } from './runtype'; /** * A runtype based on a type guard */ export declare function guardedBy(typeGuard: (v: unknown) => v is F): Runtype;