import { Interpolation } from '../types'; export declare const interleave: (strings: TemplateStringsArray, interpolations: Interpolation[]) => Interpolation[];