import type { ServerlessApplicationModel } from '../types.ts'; /** Combines multiple fragments into a single fragment. */ export declare function combineFragments(...fragments: readonly ServerlessApplicationModel[]): ServerlessApplicationModel; //# sourceMappingURL=combine-fragments.d.ts.map