import type { Emptiable } from './is-empty'; declare const notPopulated: (input?: T | null) => input is null | undefined; export default notPopulated; //# sourceMappingURL=not-populated.d.ts.map