export declare const isUndefined: (data: unknown) => data is undefined; export declare const isUndefineds: (data: unknown) => data is undefined[];