import { CommandLineInputs, CommandLineOptions } from '../../../definitions'; export declare function generateOptionsForCapacitorBuild(inputs: CommandLineInputs, options: CommandLineOptions): CommandLineOptions; export declare function getNativeIDEForPlatform(platform: string): string; export declare function getVirtualDeviceNameForPlatform(platform: string): string;