export declare function substitute(s: string, variables?: { [key: string]: string; }): string;