interface InputPlainResult { text: string; oper: 'ok' | 'cancel'; } export default function (placeholder: string, text?: string): Promise; export {};