import type { TunnelRegistration } from './tunnel-types.js'; export declare function resolveFrpcConfigPath(tunnelId: string): string; export declare function writeFrpcConfig(registration: TunnelRegistration, localPort: number, localHost?: string, mode?: 'http' | 'https'): string;