import type { Controller } from "@hotwired/stimulus"; export declare const method: (controller: Controller, methodName: string) => Function | undefined; export declare function camelize(value: string): string;