import { ServiceError } from "./ServiceError";
export declare class ServiceTimeoutError extends ServiceError {
}
