export declare function Destroy(): (target: any, key: string) => void; export declare function Changes(inputProp?: string, initialValue?: any): (target: any, key: string) => any;