declare module TextInput { function input(options: { text: string }): Promise; }