export declare const startKubePortForward: (podname: string, localPort: number, remotePort: number, namespace: string) => Promise<void>;
