export declare class DRegistryPackageManagerError {
    name: string;
    type: string;
    message: string;
    constructor(message: string, type?: string);
}
//# sourceMappingURL=error.d.ts.map