import type { Dict } from '../type'; export default function substitute(str: string, o: Dict): string;