import { Dict } from './utils'; export declare function multiReplace(s: string, dict: Dict): string;