import { Logger, LoggerOptions } from "winston"; /** * Create a logger using custom options. * @param label: A label to be added before the message. * @param config: Logger options. */ declare const getLogger: (label?: string, config?: LoggerOptions) => Logger; export { getLogger }; //# sourceMappingURL=index.d.ts.map