import type { ComputeConfig } from "./types.ts"; /** * Renders a `prisma.compute.ts` source file for a config — the scaffolding * counterpart of `loadComputeConfig`. Output round-trips through * `normalizeComputeConfig` and is stable for committing to a repository. */ export declare function serializeComputeConfig(config: ComputeConfig, options?: { /** Import specifier for the typed helper. Defaults to this SDK. */ importFrom?: string; }): string; //# sourceMappingURL=serialize.d.ts.map