import type { GetContributorsArguments, GetContributorsResponse } from './types'; export declare const getContributors: ({ contributorId, env, }: GetContributorsArguments) => Promise;