import { ZcliConfigFileContent } from '../types'; export declare const getAllConfigs: (appPath: string, configFileName?: string) => ZcliConfigFileContent | undefined; export declare const setConfig: (key: string, value: string, appPath: string) => Promise;