export declare enum ChildCommand {
    Init = 0,
    Start = 1,
    Stop = 2
}
