export declare const logger: { createLog: (...styles: string[]) => (...formats: string[]) => (...args: string[]) => void; info: (...args: string[]) => void; warn: (...args: string[]) => void; error: (...args: string[]) => void; };