import { AppOptions } from '../options/model'; /** * Creates a temporary directory, copies the './app folder' inside, * and adds a text file with the app configuration. */ export declare function prepareElectronApp(src: string, dest: string, options: AppOptions): Promise;