import { Channel } from './channel'; import { AppConfigAPI } from './types'; export default function createApp(channel: Channel): AppConfigAPI;