import { StatusCode } from '../shared/codes.js'; declare function handleConfigCmd(args: string[]): Promise; export { handleConfigCmd };