import { WtSafeAny } from './any'; export interface IndexableObject { [key: string]: WtSafeAny; }