export type Prepend = ((head: E, ...args: T) => any) extends (...args: infer U) => any ? U : T; //# sourceMappingURL=Prepend.d.ts.map