import { BookEntryType } from './book-entry-type.js';
import { type BookEntry } from './book-entry.js';
export declare const bookEntryVerifiers: { [EntryType in BookEntryType]: (entry: BookEntry) => Error[]; };
