export declare const ErrorKinds: {
    DEPRECATION_CHECK_ERROR: string;
    EDITION_REQUEST_ERROR: string;
    INVALID_OR_EXPIRED_TOKEN_ERROR: string;
    OUTDATED_CHECK_ERROR: string;
    SETUP_TOOLING_ERROR: string;
    SETUP_TSCONFIG_ERROR: string;
    SETUP_TYPINGS_ERROR: string;
    SSE_ERROR: string;
    TELEMETRY_REPORTER_ERROR: string;
    TOOLBELT_CONFIG_MESSAGES_ERROR: string;
    APP_LOGS_SSE_ERROR: string;
    APP_LOGS_PARSE_ERROR: string;
    STICKY_HOST_ERROR: string;
    GENERIC_ERROR: string;
    REQUEST_ERROR: string;
};
