import { System } from './system'; export declare function getGithubTemplateTarballUrlAsync(templateUrl: string): Promise; export declare function downloadTarballAsync(sys: System, tarballUrl: string, destinationPath: string): Promise; export declare function extractTarballAsync(sys: System, tarballPath: string, destinationDir: string): Promise;