import { Timer } from '@typed/timer'; import { Effects } from '../Effect'; export declare type TimerEnv = { readonly timer: Timer; }; export declare const delay: (ms: number) => Effects; //# sourceMappingURL=delay.d.ts.map