import { PortableApp, FilterConfig } from '../../types';
/**
 * Hook to fetch portable apps with optional filtering, optimized for React Native
 * @param config - Optional filter configuration
 */
export declare const usePortableApps: (config?: FilterConfig) => {
    apps: PortableApp[];
    loading: boolean;
    error: Error | null;
};
export default usePortableApps;
//# sourceMappingURL=usePortableApps.d.ts.map