import { Agent } from 'https'; import { NpmClient } from '../types'; export declare function installPiralInstance(usedSource: string, baseDir: string, rootDir: string, npmClient: NpmClient, agent: Agent, selected?: boolean): Promise;