export declare const anyAttributeIsNull: (params: T, attributes: string[]) => boolean; export declare const anyAttributeInArrayIsNull: (params: T[], attributes: string[]) => boolean; export declare const allAttributesAreNull: (params: T, attributes: string[]) => boolean;