export declare function Deprecated(message?: string, opts?: {
    default?: any;
}): PropertyDecorator;
export declare function DeprecatedAndRenamedTo(newPropName: any, mapValue?: (value: any) => any): PropertyDecorator;
//# sourceMappingURL=deprecation.d.ts.map