import type { Blueprint } from '@seamapi/blueprint'; /** * Build a blueprint from the OpenAPI document the current endpoint is running, * describing exactly what that endpoint accepts rather than what is published. */ export declare const createRemoteBlueprint: () => Promise;