/** * @returns New array with all falsy values removed. The original array IS NOT modified. */ export declare function coalesce(array: ReadonlyArray): T[];