import { AppletManager } from '../applet-manager';
export declare function createAppletManager(): AppletManager;
export declare function extractCommonOptions(): CommonOptions;
export interface CommonOptions {
    appPath: string;
    nodesworkServer: string;
    port: number;
    debug?: boolean;
}
