import { ServiceError } from '../classes/ServiceError'; export declare class UnknownServiceError extends ServiceError { name: string; message: string; constructor(message?: string); }