import { Controller } from "@hotwired/stimulus"; export declare function logProperty(prop: string): boolean; export declare function log(controller: Controller, functionName: string, args?: object): void; export declare function warn(controller: Controller, warning: string, args?: object): void; export declare function logEvent(controller: Controller, eventName: string, event: CustomEvent, element: HTMLElement): void;