import type { ExistingTransferInstrument, TransferInstrument } from '../../core/models/api/transfer-instrument';
export declare const createTransferInstrument: (rootLegalEntityId: string, baseUrl: string, transferInstrument: TransferInstrument) => Promise<ExistingTransferInstrument>;
