import { RemovePromptInput } from './types'; export declare const removePrompt: ({ nodeAddress, token, promptName, }: RemovePromptInput) => Promise;