export declare function setProperty(parent: any, property: string, val: any): void;
export declare function notifyProperty(parent: any, property: string): void;
