import type { Services } from '../typings'; import type { DatastoreConfig } from '../sdk/Datastore'; import _config from '../config'; import { Datastore } from '../sdk'; export declare function getDatastores(config: { datastores: { name: string; config: DatastoreConfig; }[]; }): Map; declare const services: Services; export declare function build(config?: typeof _config): Services; export default services;