type Callback = (...args: any[]) => Promise; export declare function unstable_cache(cb: T, keyParts?: string[], options?: { revalidate?: number | false; tags?: string[]; }): T; export {};