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