declare function resolve(): any[]; declare function add(...customEvents: string[]): void; export declare const events: { resolve: typeof resolve; add: typeof add; }; export {};