/** * Get metadata for a given site. */ export type GetSiteMetadata = { url: string; };