export declare class CustomMatchers { /** * Adding this relaxed matcher because the Pact built-in ISO8601_DATETIME_WITH_MILLIS_FORMAT * expects to have at least 3 digits in milliseconds field but currently the Jackson serializer * sometimes loses precision thus our contract tests are failing. */ static ISO8601_DATETIME_RELAXED: string; static ISO8601_DATETIME_URL_ENCODED: string; }