/** * Get media action — list media library items from the Manage host. */ import type { GetMedia } from "./types"; export declare const getMedia: GetMedia;