export declare function asyncCache(getValue: (args: Args) => Promise): { (args: Args): T | undefined; };