UNPKG

next

Version:

The React Framework

4 lines (3 loc) 241 B
import 'server-only'; export declare const encryptActionBoundArgs: (actionId: string, ...args: any[]) => Promise<string>; export declare function decryptActionBoundArgs(actionId: string, encryptedPromise: Promise<string>): Promise<unknown>;