/// export declare type ConfigRoutes = Partial<{ [i: string]: string; }>; export declare type ConfigEnv = Partial<{ [i: string]: string; }>; export declare type ConfigEnvs = Partial<{ [i: string]: ConfigEnv | undefined; }>; export declare type ConfigProject = Partial<{ routes: ConfigRoutes; env: ConfigEnvs; }>; export declare type Config = Partial<{ [i: string]: ConfigProject; }>; export declare type DataOrError = Buffer | Error | string; export declare const PADDING = " "; export declare const MATCHES_SHEBANG: RegExp; export declare const MATCHES_ENV_VAR: RegExp; export declare const MATCHES_NO: RegExp; export declare const CONFIG_KEYS: Array; export declare const UTF8 = "utf8"; export declare const DEFAULT_ENV = "development"; export declare const ENV_BIN = "env/bin"; export declare const SOCKET_PORT = 5253; export declare type Colors = 'red' | 'green' | 'blue' | 'magenta' | 'cyan' | 'yellow'; export declare const COLORS: Colors[]; export declare const TABLE_FLIP = "(╯°□°)╯︵ ┻━┻"; export declare const DISAPPROVAL = "ಠ_ಠ"; export declare const WAT = "\n\n\n██╗ ██╗ █████╗ ████████╗██╗██████╗\n██║ ██║██╔══██╗╚══██╔══╝██║╚════██╗\n██║ █╗ ██║███████║ ██║ ██║ ▄███╔╝\n██║███╗██║██╔══██║ ██║ ╚═╝ ▀▀══╝\n╚███╔███╔╝██║ ██║ ██║ ██╗ ██╗\n ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝\n\n\n\n";