export function join(...args: any[]): string;
export const headers: {
    "Content-Type": string;
};
