import { Data, InternalData } from '../types';
export declare function addHeaders(data: Data): InternalData;
