/// declare function not(it?: string): boolean; declare function colorFactory(color?: number): string; declare function isUtf8Encoding(): boolean; declare const env: NodeJS.ProcessEnv;