import { Agent } from 'https'; export declare function retrieveExtraTypings(url: string, httpsAgent: Agent): Promise; export declare function updateFromEmulatorWebsite(targetDir: string, manifestUrl: string, httpsAgent: Agent, interactive: boolean): Promise; export declare function scaffoldFromEmulatorWebsite(rootDir: string, manifestUrl: string, httpsAgent: Agent): Promise<{ name: string; path: string; }>;