import { ContentDisposition } from '../types/options'; export declare const constructContentDisposition: (contentDisposition?: string | ContentDisposition) => string | undefined;