import type { InitParams, Fisherman } from './types';
import type { FishermanError } from './errors';
import { init, destroy, updateAccessToken } from './init';
export { init, destroy, updateAccessToken, type InitParams, type FishermanError, type Fisherman };
