import type { ServerConfig } from "./types";
export declare function debug(...args: unknown[]): void;
export declare const ANSI: {
    BLUE: string;
    GRAY: string;
    GREEN: string;
    RED: string;
    RESET: string;
};
export declare function urlToServerConfig(urlStr: string, token?: string): ServerConfig;
//# sourceMappingURL=utils.d.ts.map