/** * String format template * - Inspired: * https://github.com/Matt-Esch/string-template/index.js */ export default function template(express: string, ...args: any): string;