export type VoidFunc = { (...args: any[]): void; }; export type AnyFunc = { (...args: any[]): any; }; //# sourceMappingURL=func.types.d.ts.map