/** * Get the owner and repo from the configure remote "origin" */ export default function getRepository(): Promise<{ repo: string; owner: string; } | undefined>; //# sourceMappingURL=get-repository.d.ts.map