export declare const GATEWAY_LAUNCH_AGENT_LABEL = "ai.openclaw.gateway"; export declare const GATEWAY_SYSTEMD_SERVICE_NAME = "openclaw-gateway"; export declare const GATEWAY_SERVICE_MARKER = "openclaw"; export declare const GATEWAY_SERVICE_KIND = "gateway"; export declare const LEGACY_GATEWAY_LAUNCH_AGENT_LABELS: string[]; export declare const LEGACY_GATEWAY_SYSTEMD_SERVICE_NAMES: string[]; export declare function normalizeGatewayProfile(profile?: string): string | null; export declare function resolveGatewayProfileSuffix(profile?: string): string; export declare function resolveGatewayLaunchAgentLabel(profile?: string): string; export declare function resolveLegacyGatewayLaunchAgentLabels(profile?: string): string[]; export declare function resolveGatewaySystemdServiceName(profile?: string): string; export declare function formatGatewayServiceDescription(params?: { profile?: string; version?: string; }): string; export declare function resolveGatewayServiceDescription(params: { env: Record; environment?: Record; description?: string; }): string;