/** Removes all falsy entries with type narrowing — lodash `compact` semantics. */ export declare const compact: (array: readonly (T | null | undefined | false | "" | 0)[]) => T[];