export type AnyFn = (...args: any[]) => any;
export type AnyVoidFn = (...args: any[]) => void;
//# sourceMappingURL=types.d.ts.map