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

export { createCliOptions };
