export default function ensureDatabaseIntegrity(): Promise<{
    [tableName: string]: string | Array<string>;
}>;
