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