export declare type EpsAppDebugOptions = { isDebuggerActive: boolean; isProduction: boolean; showDevTools: boolean; };