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