import { ChainId } from '@justaname.id/sdk'; export declare const buildEnabledMAppsKey: (ens: string, chainId: ChainId | undefined) => (string | ChainId | undefined)[]; export interface UseEnabledMAppsParams { ens: string; chainId?: ChainId; providerUrl?: string; } export interface UseEnabledMAppsResult { enabledMApps: string[] | undefined; refetchEnabledMApps: () => void; isMAppEnabledPending: boolean; } export declare const useEnabledMApps: (params: UseEnabledMAppsParams) => UseEnabledMAppsResult; //# sourceMappingURL=useEnabledMApps.d.ts.map