export declare function blockedByDriverMetadata(apiDetails: string): { driverCaused: boolean; api: string; }; export declare const ShellApiErrors: { readonly NotConnectedToShardedCluster: "SHAPI-10001"; readonly NotConnectedToReplicaSet: "SHAPI-10002"; readonly NotConnectedToMongos: "SHAPI-10003"; readonly NotConnected: "SHAPI-10004"; readonly NotUsingFLE: "SHAPI-10005"; };