/** * Pipe type file */ export type Pipe = (value: N) => N;