import { Factory as GenericFactory, Options } from 'generic-pool' export interface Factory extends GenericFactory { options: Options }