Files

8 lines
228 B
TypeScript

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;
}