import { Author } from '../author';
export declare function repoAuthorList(authorFilter?: string): Promise<Author[] | undefined>;
