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