import { InputOptions } from 'rollup';
import { ManifestInputPluginCache } from '../plugin-options';
export declare function getInputManifestPath(options: InputOptions): Partial<Pick<ManifestInputPluginCache, 'inputAry' | 'inputObj'>> & {
    inputManifestPath: string;
};
