import { Configuration } from "../configuration";
import { Framework } from "../Framework";
import { Packager } from "../index";
export declare function createElectronFrameworkSupport(configuration: Configuration, packager: Packager): Promise<Framework>;