import type { ExtractOptions } from '../types.js';
export default function stripPath(relativePath: string, options: ExtractOptions): string;
