import { ResponseError } from './abstract/response.error'; export declare class TransferWorkflowError extends ResponseError { constructor(message: string); }