import { FileTransformer } from '../publicTypes.ts'; /** * - Remove `@Method()` decorators from the code. `@Method()` decorators are * only needed for the docs extraction. * - Add `{ type: Number }` or `{ type: Boolean }` to `@property()` where * necessary * - Replace `@property()` decorators with `static properties = {}` to reduce * bundle size. */ export declare const transformMembers: FileTransformer;