import { Network } from "../../network"; import { Node } from "../../sharedTypes"; export declare function genBootnodeDef(namespace: string, nodeSetup: Node): Promise; export declare function genNodeDef(namespace: string, nodeSetup: Node): Promise; export declare function replaceNetworkRef(podDef: any, network: Network): void; export declare function createTempNodeDef(name: string, image: string, chain: string, fullCommand: string): Promise;