export declare const getShell: (namespace: string, podName: string) => Promise<void>;
