declare function setupMCPWithExpress(): Promise; declare function exampleMCPRestCalls(): Record; declare function exampleErrorScenarios(): { invalidAuth: unknown; validationError: unknown; notFound: unknown; unsupportedProtocol: unknown; }; declare function exampleApiCatalog(): Record; export { setupMCPWithExpress, exampleMCPRestCalls, exampleErrorScenarios, exampleApiCatalog }; //# sourceMappingURL=rest-integration.d.ts.map