import type { EmptyObject } from 'type-fest';
export declare function assertEmptyObject(obj: EmptyObject): void;
