export interface CLIOptions { out?: string; args: string[]; }