export declare class Test { constructor(id?: any); id: string | undefined; name: string | undefined; } //# sourceMappingURL=test.class.d.ts.map