import { TReturnOnly } from "../";
export default function <T>(resultArray: T[], pickType: TReturnOnly): T | null;
