import { Runtype } from './runtype'; /** * An intersection of runtypes. */ export declare function intersection(a: Runtype, b: Runtype): Runtype; export declare function intersection(a: Runtype, b: Runtype, c: Runtype): Runtype;