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