import { ITimeoutError } from './timeout-error.type';
export declare function isTimeoutError(value: unknown): value is ITimeoutError;
