export declare type FunctionArguments = T extends (...args: infer R) => any ? R : never;