export type Fn<Args extends unknown[] = never, R = undefined> = (...args: Args) => R;
//# sourceMappingURL=fn.type.d.ts.map