import type { App } from 'vuepress/core'; import type { ExtendPage } from '../../typings/index.js'; export declare const getImages: ({ content }: ExtendPage, { options: { base } }: App, hostname: string) => string[];