import { BaseEntry } from './base-entry';
import { IEntryVesselRegistration } from './schema-types';
export declare class VesselRegistrationEntry extends BaseEntry {
    data: IEntryVesselRegistration;
    constructor(data: IEntryVesselRegistration);
}
//# sourceMappingURL=entry-vessel-registration.d.ts.map