import { IBrowser } from "./IBrowser"; import { IDelay } from "./IDelay"; import { IError } from "./IError"; export { IError, IBrowser, IDelay };