import { ObjectType } from '../type/ObjectType'; declare function formatPropertyPath(rootClassName: string, propNames: string[]): string; declare function checkValidaxClassId(classConstructor: ObjectType): void; export declare const Lib: { formatPropertyPath: typeof formatPropertyPath; checkValidaxClassId: typeof checkValidaxClassId; }; export {};