import { GreenDotAppConfig, ServicesObj } from '../types/core.types.js'; import { GDpathConfigWithIndex } from './getProjectPaths.js'; export declare function getActiveAppServices(appConfig?: GreenDotAppConfig & GDpathConfigWithIndex, resetCache?: boolean): Promise>;