export default class MiscUtils {
    static generateUUID(): string;
    static getValueFromDump(property: any, parentProperty?: any): number;
}
