type GetProfileMetadataParams = { client: ThirdwebClient; overrides?: { chain?: Chain; lensHubAddress?: string }; profileId: bigint;};
type client = ThirdwebClient;
type overrides = { chain?: Chain; lensHubAddress?: string };
type profileId = bigint;