import { KeyFilter } from "./types"; /** * */ export default function getFields(item: T, exclude?: ((keyof T)[]) | KeyFilter): string;