import { HeadlessConfig } from '../types.js'; /** * Checks if the url is for an internal link * * @param url The url to check * @param site (optional) the site config * * @returns */ export declare function isInternalLink(url: string, site?: HeadlessConfig): boolean;