export declare class DeezerError extends Error {
    constructor(message: string);
}
export declare class WrongLicense extends DeezerError {
    format: string;
    constructor(format: string);
}
export declare class WrongGeolocation extends DeezerError {
    country?: string;
    constructor(country?: string);
}
export declare class APIError extends DeezerError {
    constructor(message: string);
}
export declare class ItemsLimitExceededException extends APIError {
    constructor(message: string);
}
export declare class PermissionException extends APIError {
    constructor(message: string);
}
export declare class InvalidTokenException extends APIError {
    constructor(message: string);
}
export declare class WrongParameterException extends APIError {
    constructor(message: string);
}
export declare class MissingParameterException extends APIError {
    constructor(message: string);
}
export declare class InvalidQueryException extends APIError {
    constructor(message: string);
}
export declare class DataException extends APIError {
    constructor(message: string);
}
export declare class IndividualAccountChangedNotAllowedException extends APIError {
    constructor(message: string);
}
export declare class GWAPIError extends DeezerError {
    constructor(message: string);
}
//# sourceMappingURL=errors.d.ts.map