export declare type ConnectionMapping = {
    port: string;
    id: string;
};
export declare type FlightControllerMapping = {
    port: string;
};
