declare class ServiceError extends Error {
    constructor(message?: string, options?: ErrorOptions);
}
export default ServiceError;
