export declare function isCliAssetExist(assets: any[], compare: (asset: string) => boolean): boolean;
export declare function tryAddCliAssets(config: any, compare: (asset: string) => boolean, ...addAssets: any[]): any;
export declare function getCliAssets(config: any): any[];