import { Entry } from "./model"; export default class JabEntry { private entry; constructor(entry: Entry); value(): any; id(): string; }