import { a as LlmsPageData } from './shared/vitepress-plugin-llmstxt.BzwONdJi.js';
import 'vitepress';

/**
 * Returns all the LLMs data from all pages.
 *
 * @returns {LlmsPageData[] | undefined} The LLMs data from all pages.
 */
declare const getAllData: () => LlmsPageData[] | undefined;
/**
 * Gets the LLMs data for the current route.
 *
 * @returns {LlmsPageData | undefined} The LLMs data for the current route.
 */
declare const getRouteData: () => LlmsPageData | undefined;

export { getAllData, getRouteData };
