import { InstallOptions } from './install.typings';
export declare function generateInstallOptions(parameter?: InstallOptions): InstallOptions;
