export declare type IMyObject = { count: number; width: number; message: string; obj: { force?: boolean; } | undefined; };