declare namespace GlobalMixins { interface Application { ticker: import('@pixi/ticker').Ticker; stop(): void; start(): void; } interface IApplicationOptions { autoStart?: boolean; sharedTicker?: boolean; } interface Settings { /** @deprecated since 7.1.0 */ TARGET_FPMS: number; } }