export declare const setAuth: (kubeconfigString: string, ca: string, cafile: string) => void; export declare const restoreAuth: () => void;