/** * Type of Test. */ export declare class TestType { readonly name: string; constructor(name: string); }