import * as r from "rethinkdb"; export default function insureTable(connection: r.Connection, db: string, table: string): Promise;