export declare const tokenErrors: {
    readonly invalidParameter: {
        readonly name: "invalidParameter";
        readonly detail: "failed to decode token";
        readonly solution: "Use the correct token according to the specification";
    };
    readonly invalidAppIdParameter: {
        readonly name: "invalidAppIdParameter";
        readonly detail: "failed to get AppId";
        readonly solution: "Use the correct token according to the specification";
    };
    readonly invalidAnalyticsParameter: {
        readonly name: "invalidAnalyticsParameter";
        readonly detail: "failed to get analytics scope";
        readonly solution: "Use the correct token according to the specification";
    };
};
//# sourceMappingURL=errors.d.ts.map