export declare const JSON_GET: { Accept: string; }; export declare const JSON_SEND: { "Content-Type": string; }; export declare const JSON_BOTH: { "Content-Type": string; Accept: string; }; export declare const USER = "5433ecccaff67"; export declare const getBasicHeaders: () => Record; export declare const getAuthHeaders: (token: string) => Record;