import * as z from 'zod'; export declare const ClientConfig: z.ZodObject<{ token: z.ZodOptional>; server: z.ZodOptional>; plugins: z.ZodDefault>; }, z.core.$loose>; export interface ClientConfig extends z.infer { } export declare const config: ClientConfig; export declare function resolveServerURL(server: string): string;