import { Awaitable, ConfigType } from '@yolodev/rollup-config-core'; import { IPackageConfigContext } from './context'; import { NameFactory } from '@yolodev/rollup-config-utils'; export declare const createPackagePipe: (nameFactory: NameFactory, fn: (commandOptions: any, inner: ConfigType, context: IPackageConfigContext) => Awaitable) => import("@yolodev/rollup-config-core/src/types").RollupConfigPipe;