import 'server-only'; export declare const encryptActionBoundArgs: (actionId: string, ...args: any[]) => Promise; export declare function decryptActionBoundArgs(actionId: string, encryptedPromise: Promise): Promise;