export declare class PromptError extends Error { constructor(message: string, options?: ErrorOptions); }