interface StringObjectInterface { [t: string]: string; } export declare const types: StringObjectInterface; declare const getType: (x: any) => string; export default getType; //# sourceMappingURL=getType.d.ts.map