declare const headersHAL: {
    'Content-Type': string;
    Accept: string;
};
declare const headersJSON: {
    'Content-Type': string;
    Accept: string;
};
export { headersHAL, headersJSON };
