export default function waitSeconds(nrOfSecondsToWait: number): Promise<void>;
