export declare class Statements { private readonly tableName; constructor(tableName: string); createTable(): string; replaceInto(): string; selectValueWhereKey(): string; selectValues(): string; selectKeys(): string; selectEntries(): string; deleteFromWhereKey(): string; } //# sourceMappingURL=sqlite.d.ts.map