declare const ColumnCompiler: any; declare class ColumnCompiler_SQLite3 extends ColumnCompiler { constructor(); enu(allowed: any): string; } export = ColumnCompiler_SQLite3;