export declare const DEFAULT_HEADERS: {
    Accept: string;
    "Content-Type": string;
};
export declare const BIG_NUMBERS_HEADERS: {
    Accept: string;
    "Content-Type": string;
};
export declare const MERGE_HEADERS: {
    "X-Http-Method": string;
};
