export declare const createGitApp: (repo: string, version: string) => (argv: any) => Promise<any>;
