export { Authentication, AuthenticationItem, AuthenticationItemSchema, AuthenticationSchema, GetAuthenticationParam, GetAuthenticationParamSchema, GetAuthenticationResponse } from './v0/schemas/authentications.js'; export { ErrorCode, ErrorCodeSchema, ErrorObject, ErrorObjectSchema, ErrorSource, ErrorSourceSchema, ErrorsResponse, ErrorsResponseSchema } from './v0/schemas/errors.js'; import 'zod'; /** * Main entry point for @zapier/zapier-sdk-core * * Re-exports all public schemas and types for consumer convenience. * Routes and generation utilities are NOT exported (internal use only). */ /** * Absolute filesystem path to the generated OpenAPI spec file. * Use this to reference the spec from consuming packages. * * Note: Works in both ESM and CJS environments. */ declare const openapiSpecPath: string; export { openapiSpecPath };