export declare const ServiceErrorMessageConstants: { NO_SERVICE_URL_ERROR: { key: string; message: string; }; INVALID_GLOBAL_FUNCTION: { key: string; message: string; }; INVALID_PLAYWRIGHT_VERSION_ERROR: { key: string; message: string; }; PLAYWRIGHT_VERSION_TOO_OLD_FOR_REPORTING: { key: string; message: string; }; MULTIPLE_SETUP_FILE_PLAYWRIGHT_VERSION_ERROR: { key: string; message: string; }; WORKSPACE_MISMATCH_ERROR: { key: string; message: string; }; NO_AUTH_ERROR_PAT_TOKEN: { key: string; message: string; }; NO_AUTH_ERROR_ENTRA_TOKEN: { key: string; message: string; }; INVALID_MPT_PAT_ERROR: { key: string; message: string; }; EXPIRED_MPT_PAT_ERROR: { key: string; message: string; }; NO_CRED_ENTRA_AUTH_ERROR: { key: string; message: string; }; FAILED_TO_CREATE_TEST_RUN: { key: string; message: string; formatWithErrorDetails: (errorDetails: string) => string; }; INVALID_PARAM_WITH_SERVICE_CONFIG: { key: string; message: string; }; INVALID_RUN_ID_FORMAT: { key: string; message: string; }; INVALID_AUTH_TYPE_ERROR: { key: string; message: string; }; FAILED_TO_GET_WORKSPACE_DETAILS: { key: string; message: string; formatWithErrorDetails: (errorDetails: string) => string; }; STORAGE_URI_NOT_FOUND: { key: string; message: string; }; INVALID_STORAGE_URI: { key: string; message: string; }; STORAGE_AUTHORIZATION_FAILED: { key: string; message: string; formatWithStorageAccount: (storageAccountName: string) => string; }; UNABLE_TO_EXTRACT_WORKSPACE_ID: { key: string; message: string; }; STORAGE_ACCOUNT_DELETED: { key: string; message: string; formatWithStorageAccount: (storageAccountName: string) => string; }; REPORTER_REQUIRES_ENTRA_AUTH: { key: string; message: string; }; HTML_REPORTER_REQUIRED: { key: string; message: string; }; WORKSPACE_METADATA_FETCH_FAILED: { key: string; message: string; }; WORKSPACE_REPORTING_DISABLED: { key: string; message: string; }; WORKSPACE_REPORTING_STORAGE_NOT_LINKED: { key: string; message: string; }; UPLOAD_FAILED_FILES: { key: string; message: string; formatWithCount: (failed: number) => string; }; PLAYWRIGHT_TEST_REPORT_NOT_FOUND: { key: string; message: string; formatWithFolder: (folderName: string) => string; }; REPORTING_ENABLED: { key: string; message: string; }; COLLECTING_ARTIFACTS: { key: string; message: string; }; REPORTING_STATUS_SUCCESS: { key: string; message: string; }; REPORTING_STATUS_PARTIAL: { key: string; message: string; }; REPORTING_STATUS_FAILED: { key: string; message: string; }; TEST_REPORT_VIEW_URL: { key: string; message: string; formatWithUrl: (url: string) => string; }; UPLOADING_ARTIFACTS: { key: string; message: string; formatWithDetails: (storageAccount: string, container: string, folder: string) => string; }; FAILED_TO_GET_WORKSPACE_METADATA: { key: string; message: string; formatWithError: (error: string) => string; }; TEST_RUN_CREATION_FAILED: { key: string; message: string; formatWithErrorDetails: (errorDetails: string) => string; }; REPORTING_TEST_RUN_FAILED: { key: string; message: string; }; REPORTER_REQUIRES_SERVICE_CONFIG: { key: string; message: string; }; }; //# sourceMappingURL=messages.d.ts.map