declare const PROC_LHD: {
    readonly LHD: "[ck-push-sender:]";
    readonly IP_LHD_HTTP: "- [:] -";
};
type PROC_LHD = typeof PROC_LHD[keyof typeof PROC_LHD];
export { PROC_LHD, };
