import { IArgv } from './types'; import { IOptions } from '@kano/kit-app-shell-core/lib/types'; export declare function agregateArgv(argv: IArgv, platformId: string, command: string): Promise; export declare function addConfig(opts: any): IOptions;