export declare class KustoAuthenticationError extends Error { inner: Error | undefined; tokenProviderName: string; context: Record; constructor(message: string, inner: Error | undefined, tokenProviderName: string, context: Record); } export declare class ThrottlingError extends Error { inner: Error | undefined; constructor(message: string, inner: Error | undefined); } //# sourceMappingURL=errors.d.ts.map