/** * Create a computed method decorator. * * @remarks * This decorator turns the given method into a computed value. * See {@link createComputed} for more information. */ export declare function computed(): MethodDecorator; //# sourceMappingURL=computed.d.ts.map