export declare function getErrorMessage(error: Error | undefined): "There was an error, please confirm that your apiKey is valid" | "Rate limit exceeded";
