import { ConnectionType } from '../types';
export declare class ExternalApp {
    readonly type = ConnectionType.EXTERNAL_APP;
    constructor();
}
