export declare function noEmptyObject<A>(o: Record<string, A>): Record<string, A> | undefined;
