export type UrlEventParams = Record; export declare function hammerspoonUrl(eventName: string, params?: UrlEventParams): string;