import { Uri } from "./Uri.js";
export type LinksModuleData = {
    /**
     * The list of URIs.
     */
    uris?: Uri[];
};
