declare const main: <T>(...args: T[]) => T;
export = main;
