import { KeysPair } from '../types/KeysPair'; export type GetCancelledFioRequestsOptions = { limit?: number | null; offset?: number | null; encryptKeys?: Map | null; }; //# sourceMappingURL=GetCancelledFioRequestsOptions.d.ts.map