import { Interpolation } from '../types'; export default function interleave(strings: TemplateStringsArray, interpolations: Interpolation[]): Interpolation[];