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