import { ConnectMessage, KnownAppSDK } from './types'; import { Channel } from './channel'; export default function createAPI(channel: Channel, data: ConnectMessage, currentGlobal: typeof globalThis): KnownAppSDK;