import type { CLIContext } from '../types'; import { LocalSave } from '../services/strapi-info-save'; declare function getLocalConfig(ctx: CLIContext): Promise; declare function getLocalProject(ctx: CLIContext): Promise>; export { getLocalConfig, getLocalProject }; //# sourceMappingURL=get-local-config.d.ts.map