import { LogLevels, SharedDependency } from '../types'; export declare function createEmulatorSources(sourceDir: string, externals: Array, targetDir: string, targetFile: string, logLevel: LogLevels): Promise; export declare function createEmulatorWebsite(sourceDir: string, externals: Array, targetDir: string, targetFile: string, logLevel: LogLevels): Promise; export declare function packageEmulator(rootDir: string): Promise;