export declare function definedPropsFor(obj: Partial): (name: K, get: () => T[K]) => Partial; export declare const delay: (msecs: number, callback?: () => any) => Promise;