import { CachingCoAuthorToUsername } from "co-author-to-username"; //#region src/collect/parsing/parseMergedPullAuthors.d.ts interface MergedPullForAuthors { body?: string; user?: null | { login?: string; }; } declare function parseMergedPullAuthors(mergedPull: MergedPullForAuthors, cachingCoAuthorToUsername: CachingCoAuthorToUsername): Promise; //#endregion export { parseMergedPullAuthors }; //# sourceMappingURL=parseMergedPullAuthors.d.ts.map