type UnknownFn = (this: unknown, ...args: any[]) => unknown; type FunctionPropertyDescriptor = TypedPropertyDescriptor; export declare function assertArgLength(min: number, max?: number): (target: O, propertyKey: keyof O, descriptor: FunctionPropertyDescriptor) => FunctionPropertyDescriptor; export {}; //# sourceMappingURL=assert-arg-length.d.ts.map