export declare function anything(): number & string & Date & boolean & undefined & null; export declare const isAnything: (val: any) => boolean;