/** * @description Retrieves the nearest Pixi.js Application from the Pixi React context. */ export declare function useApplication(): import("../typedefs/ApplicationState").ApplicationState;