/** * Take the tagged string and remove indentation and word-wrapping. * * @package util */ export default function unwrap(strings: TemplateStringsArray, ...expressions: any[]): string;