// eslint-disable-next-line @typescript-eslint/no-explicit-any export declare function isUndefined(target: any): target is undefined;