/**
 * Get git repository name
 */
declare const getRepositoryName: () => Promise<string>;
export default getRepositoryName;
