/** * Map a distributed `format` to the file extension the assembled output * should carry on disk + in S3. Shared by `src/handler.ts` (chunk + * assemble output paths) and `src/sdk/renderToLambda.ts` (final * output key construction) so the two sides agree on what an mp4 * looks like vs a png-sequence. */ import type { DistributedFormat } from "@hyperframes/producer/distributed"; export type { DistributedFormat } from "@hyperframes/producer/distributed"; export declare function formatExtension(format: DistributedFormat): string; //# sourceMappingURL=formatExtension.d.ts.map