import { BundleTarget } from '../../common'; import { Settings } from '../../settings'; export declare function stats(args: { settings: Settings; prod?: boolean; target: BundleTarget | BundleTarget[]; }): Promise;