export declare function resolveClientEnv(publicPath: string, raw?: boolean): Record<"process.env", Record<string, string>> | Record<string, string>;
