export interface DestructuringElementInfo { name: string; propertyName: string | undefined; isRest: boolean; text: string; }