import type { Options, Source } from '../types.js'; export default function getBasename(source: Source, options: Options, endpoint?: string): string;