export declare class TimeoutError extends Error { readonly timestamp: Date; constructor(message?: string); }