import { PropertyConfigurationObject, IdsByClass } from "../../classes/codeConfig"; export declare function loadProperty(configObject: PropertyConfigurationObject, externallyValidate: boolean, validate?: boolean): Promise; export declare function deleteProperties(ids: string[]): Promise;