export declare class ApiUrls { private readonly uriEnv; readonly OtpSend: string; readonly OtpCheck: string; readonly IdentityInsert: string; readonly UploadCapture: string; readonly GetAgreement: string; readonly GenerateAgreement: string; readonly SendLink: string; readonly GetStatus: string; readonly GetStatusUi: string; readonly AddLog: string; readonly AddStep: string; readonly AbortRequest: string; readonly Translations: string; readonly StartFlow: string; readonly NextFlowState: string; readonly CurrentFlowState: string; readonly NextStateForCaptureError: string; readonly CitizenshipList: string; readonly SetCitizenship: string; readonly IdList: string; readonly SetId: string; readonly CheckValidity: string; readonly SetTwoSidedId: string; constructor(); }