/// import * as URL from 'url'; import { GitRepoTemplate } from './repo-template-entity'; export declare function parse(url: string): URL.Url; export declare function getProjectNameFromUrl(url: string): string; export declare function isUrlFormat(url: string): boolean; export declare function extractTemplateInfo(url: URL.Url): GitRepoTemplate; //# sourceMappingURL=url-parser.d.ts.map