import type { SyncAllDatasources, SyncProvidedDatasources } from "../../api/datasources/datasources.types.js"; export declare const syncProvidedDatasources: SyncProvidedDatasources; export declare const syncAllDatasources: SyncAllDatasources;