export declare function chain(...callbacks: any[]): (...args: any[]) => void;
