/** Stable TanStack Query keys for the packaged action-ledger admin pages. */ export declare const actionLedgerQueryKeys: { all: readonly ["actionLedger"]; entries: (filtersKey?: string) => readonly ["actionLedger", "entries", { readonly filtersKey: string | undefined; }]; entry: (id: string) => readonly ["actionLedger", "entry", string]; };