import type { IConnections, NodeConnectionType } from '../interfaces'; export declare function getChildNodes(connectionsBySourceNode: IConnections, nodeName: string, type?: NodeConnectionType | 'ALL' | 'ALL_NON_MAIN', depth?: number): string[]; //# sourceMappingURL=get-child-nodes.d.ts.map