import { StringTask } from '../types'; export declare function addSubModuleTask(repo: string, path: string): StringTask; export declare function initSubModuleTask(customArgs: string[]): StringTask; export declare function subModuleTask(customArgs: string[]): StringTask; export declare function updateSubModuleTask(customArgs: string[]): StringTask;