export declare const sleep: (ms: number) => Promise; export declare const clone: (obj: any) => any; export declare const reqenv: (name: string) => string; export declare const getenv: (name: string, fallback?: string) => string | undefined;