import { ConnectionData } from './connection-data'; export declare type ConnectorBody = { connectionData: ConnectionData; };