import { MySQLAdapter } from "../base.js"; import type { TableNames } from "../base.js"; import type { Client, Connection } from "@planetscale/database"; export declare class PlanetScaleAdapter extends MySQLAdapter { constructor(client: Client | Connection, tableNames: TableNames); }