//#region src/utils/encryption-runtime.d.ts declare function encryptActionBoundArgs(originalValue: unknown): Promise; declare function decryptActionBoundArgs(encrypted: ReturnType): Promise; //#endregion export { decryptActionBoundArgs, encryptActionBoundArgs };