export declare const LINK_TYPES: readonly ["link", "link-block"]; export declare type LinkType = typeof LINK_TYPES[number];