import type { LoggerInterface } from "@vue-storefront/logger"; import type { AlokaiContainer, AlokaiResponse } from "../types"; type ContextSubset = { res: AlokaiResponse; }; type LoggerSource = AlokaiContainer | AlokaiResponse | ContextSubset; export declare function getLogger(source: LoggerSource): LoggerInterface; export {}; //# sourceMappingURL=getLogger.d.ts.map