export declare class ServiceDoesntExistError extends Error { constructor(service: string); }