import { PitcherEnv } from '../interfaces'; export declare const setEnv: (e: PitcherEnv) => void; export declare const onlineRestApiHandlers: Record;