import { PortableApp, FilterConfig } from '../types';
export declare const usePortableApps: (config?: FilterConfig) => {
    apps: PortableApp[];
    loading: boolean;
    error: Error | null;
};
export default usePortableApps;
//# sourceMappingURL=usePortableApps.d.ts.map