export type ParametersExceptFirst<F> = F extends (arg0: any, ...rest: infer R) => any ? R : never;
//# sourceMappingURL=types.d.ts.map