import type { LuzzleSelectable } from '../database/tables/index.js'; declare function makeCache(override?: Partial>): LuzzleSelectable<'pieces_cache'>; export { makeCache };