import { GetGenericR3gActionKeyRecord } from './types'; declare const R3gActionFunctions: { getActionKeyRecord: GetGenericR3gActionKeyRecord; }; export default R3gActionFunctions;