import type { DownloadBehavior } from '@remotion/serverless-client'; export declare const getContentDispositionHeader: (behavior: DownloadBehavior | null) => string | undefined;