import { RepositoryType } from '../interfaces/ewizardService.types'; import type { ActionType, NpmRegistryParams } from '../interfaces/ewizardService.types'; import type { OptionValues } from 'commander'; export declare function getRepositoryType(presentationPath: string): Promise; export declare function getNpmRegistryParams(options: OptionValues, presentationPath: string, action: ActionType): Promise;