import { GlideAggregate } from "../types/GlideAggregate.js"; export declare class HierarchyValidator { constructor(); checkLogicalElementExists(tableName?: string, element?: string): GlideAggregate; checkPhysicalColumnExists(tableName?: string, column?: string): GlideAggregate; findExtensionsMissingElement(tableName?: string, element?: string): Array; findPartitionsMissingColumn(tableName?: string, column?: string): Array; } //# sourceMappingURL=HierarchyValidator.d.ts.map