import { Environment } from '../environment'; export interface InitMoonshotOptions { rpcUrl: string; authToken: string; environment: Environment; }