// Definitions copied from `@types/websql` as we want // to expose a custom version of the API that: // - uses primitive `string` instead of `String` // - excludes some methods that are not exposed by our API. // // Original definitions by: TeamworkGuy2 export {}; //# sourceMappingURL=SQLite.types.js.map