export declare const spec: { info: { title: string; description: string; version: string; }; openapi: string; components: { schemas: { model: { type: string; required: any[]; properties: { mdel1: { type: string; description: string; }; mdel2: { type: string; description: string; }; mdel3: { type: string; description: string; }; }; }; }; }; tags: { name: string; description: string; "x-type": string; "x-url": string; }[]; paths: { "www.hhtp": { get: { "x-protocol": string; summary: string; description: string; tags: string[]; requestBody: { content: { "application/json": { schema: { type: string; required: any[]; properties: { ss: { type: string; description: string; }; mdel1: { type: string; description: string; }; mdel2: { type: string; description: string; }; mdel3: { type: string; description: string; }; }; }; example: string; }; }; }; responses: { "200": { description: string; content: { "application/json": { schema: { type: string; properties: {}; }; example: string; }; }; }; "404": { description: string; content: { "application/json": { schema: { type: string; properties: {}; }; example: string; }; }; }; }; }; }; "www.sse": { post: { "x-protocol": string; summary: string; description: string; tags: string[]; requestBody: { content: { "application/x-www-form-urlencoded": { schema: { type: string; properties: { "213": { type: string; description: string; example: string; }; "12321": { type: string; description: string; example: string; }; }; }; }; }; }; responses: { "200": { description: string; content: { "application/json": { schema: { type: string; properties: {}; }; example: string; }; }; }; "404": { description: string; content: { "application/json": { schema: { type: string; properties: {}; }; example: string; }; }; }; }; }; }; tcpClinent: { "x-d7b4460be1568": { "x-protocol": string; summary: string; description: string; tags: string[]; requestBody: { content: { fixed_message: { "x-mode": string; schema: { type: string; properties: { aaa: { type: string; description: string; example: string; }; }; }; example: string; }; }; }; responses: { "200": { description: string; content: { "application/xml": { schema: { type: string; properties: {}; }; example: string; }; }; }; "404": { description: string; content: { "application/json": { schema: { type: string; properties: {}; }; example: string; }; }; }; }; }; }; "hht:websocket2": { "x-d7c0d61be157f": { "x-protocol": string; summary: string; description: string; tags: string[]; parameters: { name: string; in: string; description: string; required: boolean; example: string; schema: { type: string; }; }[]; requestBody: { content: { "x-c3f288f7e1000": { "x-mode": string; "x-summary": string; schema: { type: string; }; example: string; "x-response": { "x-mode": string; example: string; schema: { type: string; }; }; }; "x-d7c0f80be1584": { "x-mode": string; "x-summary": string; schema: { type: string; }; example: string; "x-response": { "x-mode": string; example: string; schema: { type: string; }; }; }; }; }; }; }; "http://socket.io": { "x-d7c38b8be15f2": { "x-protocol": string; summary: string; description: string; tags: string[]; parameters: { name: string; in: string; description: string; required: boolean; example: string; schema: { type: string; }; }[]; requestBody: { content: { "x-c3f288f7e1001": { "x-mode": string; "x-summary": string; schema: { type: string; }; example: string; "x-response": { "x-mode": string; example: string; schema: { type: string; }; }; }; "x-d7c54683e1643": { "x-mode": string; "x-summary": string; schema: { type: string; }; example: string; "x-response": { "x-mode": string; example: string; schema: { type: string; }; }; }; }; }; }; }; "/": { "x-d7c77023e16ab": { "x-protocol": string; summary: string; description: string; tags: string[]; parameters: { name: string; in: string; description: string; required: boolean; example: string; schema: { type: string; }; }[]; requestBody: { content: { "x-d7c77783e16af": { "x-query": string; "x-variables": string; "x-summary": string; "x-response": { "x-mode": string; example: string; schema: { type: string; }; }; }; "x-d7c882afe16f8": { "x-query": string; "x-variables": string; "x-summary": string; "x-response": { "x-mode": string; example: string; schema: { type: string; }; }; }; }; "x-schema": {}; }; }; }; "x-edc6ee57e177c": { "x-New Markdown": { "x-protocol": string; summary: string; description: string; tags: any[]; }; }; }; servers: { url: string; description: string; }[]; };