export declare function Disabled(disabled?: boolean): (target: Object, property: string | symbol) => void; export declare function isDisabled(instance: T, property: keyof T): boolean;