export declare const uniEventOn: (type: string, listener: (e?: any) => void) => void; export declare const uniEventOff: (type: string, listener: (e?: any) => void) => void;