export declare type AnyFunction = (...args: any[]) => T; export declare type PartialReturnType unknown> = Partial>;