export interface TwilioDecorator { (target: Record, key: string | symbol, index?: number | undefined): void; }