export declare class TransferCreationError extends Error {
    sourceError?: Error | undefined;
    protected errorCode: string;
    constructor(sourceError?: Error | undefined, message?: string);
}
//# sourceMappingURL=TransferCreationError.d.ts.map