import type { Config } from '../Config.js';
import type { EntryStatus } from '../Entry.js';
import type { Entry } from '../Entry.js';
export declare function createEntryRow<T extends Entry>(config: Config, input: Omit<T, 'rowHash' | 'fileHash'>, status: EntryStatus): Promise<T>;