/** * Strict Omit * native, {@package utility-types}, {@package ts-toolbelt} does not provide strict */ declare type StrictOmit = globalThis.Omit; export default StrictOmit;