export declare class ForegroundDelegage extends UIResponder implements UIApplicationDelegate {
static ObjCProtocols: {
prototype: UIApplicationDelegate;
}[];
applicationDidFinishLaunchingWithOptions(): boolean;
applicationWillEnterForeground(): void;
}