import { Thunkable } from '@xh/hoist/core/types/Types'; /** * @internal */ export declare function isOmitted(obj?: { omit?: Thunkable; }): boolean;