declare const waitForUserInput: () => Promise<string>;
export default waitForUserInput;
