declare function delayRejected(ms: number, rejectValue?: any): Promise; export { delayRejected };