import {KeysPair} from '../types/KeysPair' export type GetPendingFioRequestsOptions = { limit?: number | null offset?: number | null encryptKeys?: Map | null, }