import { ActionVersionsAdapter } from "@authhero/adapter-interfaces"; /** * Stub action-versions adapter for the DynamoDB backend. * * Mirrors the actions adapter — both are unimplemented in AWS. Any call * throws so the gap is obvious rather than silently returning empty results. */ export declare function createActionVersionsAdapter(): ActionVersionsAdapter;