import { IDataSource } from "./types";
export declare const Services: {
    name?: string;
    Service?: any;
};
export declare const Models: {
    name?: string;
    ModeL?: any;
};
export declare const DataSources: {
    name?: string;
    DataSource?: IDataSource;
};
