import { ServiceIdentifier } from '../types/ServiceIdentifier';
export declare class ServiceNotFoundError extends Error {
    name: string;
    constructor(identifier: ServiceIdentifier);
}
