import { MrujsPluginInterface } from '../types';
/**
* Handles `data-method="method"` submissions.
*/
export declare function Method(): MrujsPluginInterface;
/**
* Handles "data-method" on tags such as:
* @example
* // Not implemented!
* Delete
*
* // Implemented!
* Delete
*/
export declare function handleMethod(event: Event): void;
//# sourceMappingURL=method.d.ts.map