import { BackstagePackageJson } from '@backstage/cli-node'; export declare enum Output { esm = 0, cjs = 1, types = 2 } export type BuildOptions = { logPrefix?: string; targetDir?: string; packageJson?: BackstagePackageJson; outputs: Set; minify?: boolean; };