export declare type ErrorCodes = "PLATFORM_NOT_SUPPORTED" | "PLATFORM_INSTALATION_NOT_SUPPORTED" | "LINUX_INSTALL_ERROR" | 'DOWNLOAD_FAILED';
export declare class ErrorHB extends Error {
    code: string;
    constructor(message: string, code: ErrorCodes);
}
//# sourceMappingURL=Errors.d.ts.map