export interface CLIOptions { schema?: string; args?: string[]; template?: string; project?: string; out?: string; header?: string[]; skipSchema?: any; skipDocuments?: any; config?: string; require?: string[]; overwrite?: boolean; }