import { Thing } from './thing'; export declare class Contributor extends Thing { role: string[]; }