export type TransferTokensOptions = {
    payeeFioPublicKey: string
    amount: number
    maxFee: number
    technologyProviderId?: string | null,
}
