export declare class ExitEntryPermitEndorsementInfo { private 'endorsement_type'?; private 'valid_round_trips'?; private 'endorsement_valid_period'?; remark?: string; private 'issue_info'?; constructor(); withEndorsementType(endorsementType: string): ExitEntryPermitEndorsementInfo; set endorsementType(endorsementType: string | undefined); get endorsementType(): string | undefined; withValidRoundTrips(validRoundTrips: string): ExitEntryPermitEndorsementInfo; set validRoundTrips(validRoundTrips: string | undefined); get validRoundTrips(): string | undefined; withEndorsementValidPeriod(endorsementValidPeriod: string): ExitEntryPermitEndorsementInfo; set endorsementValidPeriod(endorsementValidPeriod: string | undefined); get endorsementValidPeriod(): string | undefined; withRemark(remark: string): ExitEntryPermitEndorsementInfo; withIssueInfo(issueInfo: string): ExitEntryPermitEndorsementInfo; set issueInfo(issueInfo: string | undefined); get issueInfo(): string | undefined; } //# sourceMappingURL=ExitEntryPermitEndorsementInfo.d.ts.map