import { Options } from '../shared/types.js'; declare function updateAllContributorsTable({ owner, repository, }: Pick): Promise; export { updateAllContributorsTable };