export declare function output<C, T extends any[]>(callback: (...args: any[]) => C): (...args: T) => C;
