/** * Narrows type A to the type B. */ export declare type Refinement = (a: A) => a is B;