export declare const stopPortForward: (name: string) => Promise; export declare const getAllRunningPortForwards: () => any[]; export declare const startPortForward: (podname: string, localPort: number, remotePort: number, namespace: string) => Promise; export declare const stopAllPortForwards: () => Promise;