import type { CustomHeaders } from "@vue-storefront/magento-types"; import { Context } from "../types/context"; export default function getHeaders(context: Context, customHeaders?: CustomHeaders): { "Content-Currency": string; store: string; Authorization: string; }; //# sourceMappingURL=getHeaders.d.ts.map