export declare function GetType(val: any): string;
export declare function GetTypeOf(val: any, type: string): boolean;
