declare function getHiroHeader(): {
    "Content-Type": string;
    Accept: string;
    "x-hiro-api-key": string;
};
export default getHiroHeader;
