type Index = { [key: string]: any[] }; interface Options { noPrefix?: boolean; }