export default function prompt(title: any, message: any, callbackOrActions: any, type?: string, defaultValue?: string, placeholders?: string[], platform?: string): { close: () => void; };