import { Network } from "../../network"; import { Node } from "../../sharedTypes"; export declare function genBootnodeDef(namespace: string, nodeSetup: Node): Promise; export declare function genPrometheusDef(namespace: string): Promise; export declare function genGrafanaDef(namespace: string, prometheusIp: string, tempoIp: string): Promise; export declare function getIntrospectorDef(namespace: string, wsUri: string): Promise; export declare function genTempoDef(namespace: string): 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;