import { QueryServiceClient } from '@parca/client'; export declare const useHasProfileData: (client: QueryServiceClient) => { loading: boolean; data: boolean; error: Error | any; }; //# sourceMappingURL=useHasProfileData.d.ts.map