export declare class ShipType {
    applicationId: string;
    applicationDate: Date;
    shipId: string;
    constructor(props?: ShipType);
}
