export declare type IMyObject = { message: string; count: number; };