/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import { BaseCommand } from "../../library/index.js"; export default class GenerateBundlestats extends BaseCommand { static readonly description = "Find all bundle analysis artifacts and copy them into a central location to upload as build artifacts for later consumption"; static readonly flags: { readonly packageMetadataPath: import("@oclif/core/interfaces").OptionFlag; readonly smallestAssetSize: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; } //# sourceMappingURL=bundleStats.d.ts.map