45fe297
1
2
3
4
5
6
7
8
import type * as hrana from "@libsql/hrana-client"; export declare class SqlCache { #private; capacity: number; constructor(owner: hrana.SqlOwner, capacity: number); apply(hranaStmts: Array<hrana.Stmt>): void; }