export interface ValidateWithTestCasesArgs { /** * Teams app package path */ appPackagePath: string; /** * Internal arguments * Show message for non-life cycle command */ showMessage?: boolean; /** * Internal arguments * Show progress bar for non-life cycle command */ showProgressBar?: boolean; } //# sourceMappingURL=ValidateWithTestCasesArgs.d.ts.map