import type { LinkMePayload } from './types.js'; export declare function normalizePayload(raw: any, fallbackCid?: string): LinkMePayload | null;