import { Node } from "./sharedTypes"; export declare function genCumulusCollatorCmd(nodeSetup: Node, cfgPath?: string, dataPath?: string, relayDataPath?: string, useWrapper?: boolean): Promise; export declare function genCmd(nodeSetup: Node, cfgPath?: string, dataPath?: string, useWrapper?: boolean): Promise;