import { ActionsAdapter } from "@authhero/adapter-interfaces"; /** * Stub actions adapter for the DynamoDB backend. * * The Actions feature has not yet been implemented for DynamoDB. Any attempt * to read or write actions on this backend throws at runtime so the gap is * obvious rather than silently returning empty results. */ export declare function createActionsAdapter(): ActionsAdapter;