import { InteractionContext } from '../Connection'; import { Ogmios, MempoolSizeAndCapacity } from '@cardano-ogmios/schema'; export declare function sizeOfMempool(context: InteractionContext, params?: {}): Promise; export declare function handler(response: Ogmios['SizeOfMempoolResponse'], resolve: (value?: MempoolSizeAndCapacity) => void, reject: (reason?: any) => void): void; //# sourceMappingURL=sizeOfMempool.d.ts.map