export declare function createCliOptions(obj: Record<string, string | number | boolean>): string[];
