/** * Returns a winston logger configured to service * * @param {string} label Label appearing on logger * @param {string} filename Optional file to write log to * * @returns {object} Winston logger */ export declare function createLog(label: string, filename?: string): import("winston").Logger;