interface ContentType {
    'Content-Type': string;
}
export declare function getJsonContentTypeHeader(): ContentType;
export {};
