import { RapydClient } from '../../../core/RapydClient'; import { Escrow } from '../types/Escrow'; import { RetrieveEscrowRequest } from '../requests/RetrieveEscrowRequest'; import { ReleaseFundsFromEscrowRequest } from '../requests/ReleaseFundsFromEscrowRequest'; import { ListEscrowReleasesRequest } from '../requests/ListEscrowReleasesRequest'; export declare function retrieveEscrow(client: RapydClient, request: RetrieveEscrowRequest): Promise; export declare function releaseFundsFromEscrow(client: RapydClient, request: ReleaseFundsFromEscrowRequest): Promise; export declare function listEscrowReleases(client: RapydClient, request: ListEscrowReleasesRequest): Promise; //# sourceMappingURL=Escrow.d.ts.map