import { KeyFilter } from "./types"; /** * * @param keys */ export default function excludeKeys(...keys: TK[]): KeyFilter;