import type { Part } from "./types.ts"; /** * For providers that do not support source parts, * we translate them to compatible parts such as Text. * Inner source parts are flattened. */ export declare function getCompatiblePartsWithoutSourceParts(parts: Part[]): Part[];