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