export declare class DependencyNotFoundError extends Error {
    name: string;
    constructor(message: string);
}
