export function select(table: any, ...columns: any[]): any;
export function _select(table: any, columns: any): any;
