export type CancelFundsRequestOptions = {
    fioRequestId: number;
    maxFee: number;
    technologyProviderId?: string | null;
};
//# sourceMappingURL=CancelFundsRequestOptions.d.ts.map