/**
 * Api token error. Thrown when the token is missing or incorrect
 */
export declare class ApiTokenError extends Error {
    constructor();
}
