import Client from './client'; import App from './app'; export default class Pterom { client: Client; app: App; constructor(host: string, key: string); }