export declare function processReplacements(template: string, replacements: { [key: string]: string; }): string;