export declare class StopType { type: number; ownerId: string; description: string; creationDate: Date; isVisibleTablet: boolean; }