import type ApplicationInstance from '@ember/application/instance'; /** * Expose the owner of the application instance in charge of the Bridge component rendering this context */ export declare const useApplicationInstance: () => ApplicationInstance; //# sourceMappingURL=use-application-instance.d.ts.map