import Logger from "../types/public/Logger"; /** * Configuring {@link Logger} implementation to use in the runtime. * @param LoggerConstructor Logger constructor function. */ declare function setLogger(LoggerConstructor: typeof Logger): void; export default setLogger; //# sourceMappingURL=setLogger.d.ts.map