declare function omitProps<T extends PropertyKey>(...props: (T | T[])[]): (prop: PropertyKey) => boolean;

export { omitProps };
