/**
 * Define observable property
 */
export declare function prop(): (target: Record<any, any>, propertyKey: string) => void;
/**
 * Define property that should not be observable
 */
export declare function origin(): (target: Record<any, any>, propertyKey: string) => void;
//# sourceMappingURL=decorator.d.ts.map