export default class Part { id: string; constructor(id: string); }