export declare function getType (val: any): string export declare function isType (val: any, type: string): boolean