import { Channel } from './channel'; import { DialogsAPI, IdsAPI } from './types'; export default function createDialogs(channel: Channel, ids: IdsAPI): DialogsAPI;