import * as Airtable from 'airtable'; import { DbProviders } from '@wix-velo/velo-external-db-types'; interface AirtableConfig { apiPrivateKey: string; baseId: string; metaApiKey: string; baseUrl?: string; } declare const _default: (cfg: AirtableConfig, _cfgOptions: { [x: string]: any; }) => Promise>; export default _default;