import { ITransferModel } from "../../forms/transfers/hplTransferForm";
import { TransferAccountReference } from "@research-ag/hpl-client";
export declare class TransferAccountReferenceProvider {
    static toTransferAccountReference(model: ITransferModel): TransferAccountReference;
}
