export declare const clientConfig: {
    target: string;
    node: {
        fs: string;
        net: string;
        tls: string;
    };
};
