export { isLinkExternal, isLinkHttp, isLinkWithProtocol } from 'vuepress/shared'; /** * Whether a variable is a valid absolute url */ export declare const isLinkAbsolute: (test: unknown) => boolean;