import { ServiceError } from './service.error';
export declare class ServiceKeyNotRegistered extends ServiceError {
    readonly message: string;
}
