import { BaseError } from './base';
export declare class NetworkError extends BaseError {
    constructor(message: string, statusCode: number, statTags?: {
        [x: string]: string;
    }, destResponse?: any | undefined, authErrorCategory?: string | undefined);
}
//# sourceMappingURL=network_error.d.ts.map