import { Token } from '.'; interface MockOptions { url: string; tokens?: Token[]; times?: number; } export { MockOptions };