export declare class PerformerDescription { id: string; type: string; performerName: string; description?: string; condition?: string; }