import './table-config.js'; export { backfill, createBackfillPlugin } from './plugin.js'; export type { BackfillPlugin, BackfillPluginOptions, BackfillPluginRegistration } from './types.js'; export type { PluginConfig } from './options.js'; export type { BackfillTableConfig } from './table-config.js'; //# sourceMappingURL=index.d.ts.map