import { Connection } from "../parser/definition/types/Connection"; import { SourceConnection } from "./types/SourceConnection"; export declare function convertConnectionsToChildConnections(connections: Array>): Array;