export declare type ActionResult = { triggers: (event: () => void) => void; } & any; export declare const type: (fn: (container: HTMLElement, ...args: any[]) => void) => (container: HTMLElement, ...args: any[]) => any; export declare const click: (fn: (container: HTMLElement, ...args: any[]) => void) => (container: HTMLElement, ...args: any[]) => any;