import { Configuration } from '../Configuration.js'; import { ParseMethod } from '../Types.js'; export declare const ActionMethods: { [key: string]: ParseMethod; }; export declare const ActionConfiguration: Configuration;