import { In, Out } from "../_interfaces"; export declare function skipErrors(observable: In): Out;