import * as internal from "../internal";
export declare namespace Services {
    export import MongoDB = internal.MongoDB;
    export import MongoDBDatabase = internal.MongoDBDatabase;
    /** @deprecated Please read {@link https://www.mongodb.com/docs/atlas/app-services/reference/push-notifications/} */
    type Push = internal.PushClient;
}
