export interface IsNullDescription { isNull: { field: T; }; } export declare const isNullDescription: (val: any) => val is IsNullDescription;