export declare const AuthInvalidated = "AuthInvalidated"; export declare const ClientNotFound = "ClientNotFound"; export declare const InvalidConnectionRequest = "InvalidConnectionRequest"; export declare const InvalidConnectionRequestBaseCookie = "InvalidConnectionRequestBaseCookie"; export declare const InvalidConnectionRequestLastMutationID = "InvalidConnectionRequestLastMutationID"; export declare const InvalidConnectionRequestClientDeleted = "InvalidConnectionRequestClientDeleted"; export declare const InvalidMessage = "InvalidMessage"; export declare const InvalidPush = "InvalidPush"; export declare const MutationFailed = "MutationFailed"; export declare const MutationRateLimited = "MutationRateLimited"; export declare const Rebalance = "Rebalance"; export declare const Rehome = "Rehome"; export declare const Unauthorized = "Unauthorized"; export declare const VersionNotSupported = "VersionNotSupported"; export declare const SchemaVersionNotSupported = "SchemaVersionNotSupported"; export declare const ServerOverloaded = "ServerOverloaded"; export declare const Internal = "Internal"; export type AuthInvalidated = typeof AuthInvalidated; export type ClientNotFound = typeof ClientNotFound; export type InvalidConnectionRequest = typeof InvalidConnectionRequest; export type InvalidConnectionRequestBaseCookie = typeof InvalidConnectionRequestBaseCookie; export type InvalidConnectionRequestLastMutationID = typeof InvalidConnectionRequestLastMutationID; export type InvalidConnectionRequestClientDeleted = typeof InvalidConnectionRequestClientDeleted; export type InvalidMessage = typeof InvalidMessage; export type InvalidPush = typeof InvalidPush; export type MutationFailed = typeof MutationFailed; export type MutationRateLimited = typeof MutationRateLimited; export type Rebalance = typeof Rebalance; export type Rehome = typeof Rehome; export type Unauthorized = typeof Unauthorized; export type VersionNotSupported = typeof VersionNotSupported; export type SchemaVersionNotSupported = typeof SchemaVersionNotSupported; export type ServerOverloaded = typeof ServerOverloaded; export type Internal = typeof Internal; //# sourceMappingURL=error-kind-enum.d.ts.map