import { FillRPoolParams } from '../types/MPC'; export declare const configurePoolSettings: (poolSize: number, minPoolSize?: number | undefined) => void; export declare function getDhPoolSize(fillPoolParams: FillRPoolParams): Promise; export declare function fillRPool(fillPoolParams: FillRPoolParams): Promise; export declare function fillRPoolIfNeeded(fillPoolParams: FillRPoolParams): Promise;