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