import {Option} from '../types'; import {Currency, ERC20} from '../monetary'; export interface Factory { createPair( option: Option ): Promise; }