export declare class MyTypedItem {
    Id: string;
    Name: string;
    constructor(Id: string, Name: string);
}
