import { Entry, EntryLike } from '../types/Entry'; export declare const isEntry: (entry: EntryLike) => entry is Entry;