import { ChainId } from '@justaname.id/sdk'; export declare const buildCanEnableMAppsKey: (ens: string, chainId: ChainId | undefined) => (string | ChainId | undefined)[]; export interface UseCanEnableMAppsParams { ens: string; chainId?: ChainId; } export interface UseCanEnableMAppsResult { canEnableMApps: boolean | undefined; isCanEnableMAppsPending: boolean; refetchCanEnableMApps: () => void; } export declare const useCanEnableMApps: (params: UseCanEnableMAppsParams) => UseCanEnableMAppsResult; //# sourceMappingURL=useCanEnableMApps.d.ts.map