export default function (): {
    (data: any[]): any;
    source(newSource?: any): ((x: any) => any) | any;
};
