/** * Represents the types of errors that can occur. */ export declare enum ErrorType { Internal = "internal", API = "api", Network = "network" }