export declare function toAbsolutePath(path: string, cwd?: string): string; export declare function detectFormat(contents: string): { indent: string; trailingWhitespace: string; }; export declare function normalizeRepoUrl(repositoryUrl: string): string; export declare function parseGithubUrl(repositoryUrl: string): { repo?: string; owner?: string; };