import { Context } from "../imports/Context.js"; import { ServiceInfo } from "./ServiceInfo.js"; import { Function } from "../imports/Function.js"; export declare class ServicesRetriever { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); getServices(namespace?: string, includeInternalAPIs?: boolean): ServiceInfo[]; } //# sourceMappingURL=ServicesRetriever.d.ts.map