declare type SelectFunction = (data: Object[], columns: string | string[]) => Object[]; declare const select: SelectFunction; export default select;