import { table } from 'rado';
export declare const EntrySearch: import("rado").Table<{
    title: import("rado").ValueColumn<string>;
    searchableText: import("rado").ValueColumn<string>;
}>;
export type EntrySearch = table<typeof EntrySearch>;
