export declare type HandlerFunction = (...args: unknown[]) => void; export interface PlainObject { [key: string]: any; } //# sourceMappingURL=Base.d.ts.map