export let url: string; declare const token: string; export declare namespace headers { export { token as Authorization }; } export {};