import { ParametricSelector } from 'reselect'; import { Application } from '../types'; export declare const getApplicationsList: ParametricSelector; export declare const getApplications: ParametricSelector; export declare const getActiveApplications: ParametricSelector; export declare const hasConnectedApplications: ParametricSelector; export declare const getApplication: ParametricSelector; //# sourceMappingURL=applicationsListSelectors.d.ts.map