export declare function template<T extends Record<string, string>>(str: string, vars: T): string;
