import type { OutputOptions } from 'rollup'; import type { ContextModel } from '../models/context'; export declare const getBinOutput: ({ options, pkg, isModule }: Pick) => OutputOptions | undefined;