/** * Throw the value if is not CanceledError. * @param e - value to check. */ export declare function ignoreCanceled(e: unknown): never | void;