import { NavigatorAPI, IdsAPI, Release } from './types'; import { Channel } from './channel'; export default function createNavigator(channel: Channel, ids: IdsAPI, release: Release | undefined): NavigatorAPI;