export declare class BaseError extends Error {
    authErrorCategory: string;
    destinationResponse: string;
    statTags: {};
    status: number;
    constructor(message?: string, statusCode?: number, sTags?: {}, destResponse?: string, authErrorCategory?: string);
}
//# sourceMappingURL=base.d.ts.map