import { Command } from "commander";
export declare function parseContextTenantEnv(context: string): {
    tenant: string;
    env: string;
};
export declare function tailscaleBackendState(): string | null;
export declare function registerVpnCommands(program: Command): void;
