/**
 * A tag function trimming the leading and trailing whitespace from multi-line strings.
 *
 * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Tagged_template_literals
 *
 * @param templates
 * @param placeholders
 */
export declare function trimmed(templates: TemplateStringsArray, ...placeholders: Array<any>): string;
//# sourceMappingURL=trimmed.d.ts.map