import { Applog, ApplogEncNoCid } from './applog/datom-types.ts'; export declare const isTruthy: (l: Applog | ApplogEncNoCid) => boolean; export declare const keepTruthy: (arr: readonly any[]) => any[]; //# sourceMappingURL=utils.d.ts.map