import { type PackageJson } from '@alexaegis/workspace-tools'; import { type AutoExportStaticOptions } from './auto-export-static.class.options.js'; import type { PreparedBuildUpdate } from './prepared-build-update.type.js'; export declare class AutoCopyLicense implements PreparedBuildUpdate { private options; private workspaceRoot; constructor(options: AutoExportStaticOptions); writeBundleOnlyOnce(_packageJson: PackageJson): Promise; } //# sourceMappingURL=auto-copy-license.class.d.ts.map