import type { GlobalConfig } from '@n8n/config';
export declare function resolveBackendHealthEndpointPath(globalConfig: GlobalConfig): string;
export declare function resolveFrontendHealthEndpointPath(globalConfig: GlobalConfig): string;
