import { Controller } from "@hotwired/stimulus"; export declare function controllerMethod(controller: C, methodName: string): (...args: any[]) => any;