import { ActionExecutionsAdapter } from "@authhero/adapter-interfaces"; /** * Stub action-executions adapter for the DynamoDB backend. * * Mirrors the actions/actionVersions adapters — the Actions feature is not * implemented in AWS. Any call throws so the gap is obvious rather than * silently returning empty results. */ export declare function createActionExecutionsAdapter(): ActionExecutionsAdapter;