import { PromptHubOptions } from '../types'; export default class PromptHub { static getPrompts(options: PromptHubOptions): Promise; }