import { ErrorExtensions, ExtendedError } from "../dto";
export declare class UndefinedServiceError extends ExtendedError<ErrorExtensions> {
    constructor(service: string, serviceType: string);
}
