export declare function assertCollectionName(name: string): void; export declare function quoteIdent(ident: string): string; export declare function createExtensionSql(): string; export declare function createTableSql(collection: string, dimension: number): string; export declare function dropTableSql(collection: string): string; //# sourceMappingURL=schema.d.ts.map