export type Function_<T = unknown> = (...arguments_: any[]) => T;
