import { Interpolation } from '../types'; declare const flatten: (chunks: (Interpolation | undefined)[], executionContext: T) => Interpolation[]; export default flatten;