export declare class RegistryError {
    code: string;
    error: string;
    constructor(error: string, code: string);
}
