export declare class Car { private model; constructor(model: string); getModel(): string; }