export type CallbackParams = Parameters; export type CallbackReturn = ReturnType; export type Callback = (...args: any) => any; export type CallbackT = (args: Params) => Return; //# sourceMappingURL=types.d.ts.map