declare const _default: (text: string, apiKey: string, name?: string) => Promise<{ data: any; }>; export default _default;