export declare class ObjectUtils {
    static ensureNestedObject(obj: Record<string, any>, path: string[]): any;
}
