import type { ExampleObject, SchemaObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; import type { TableRow } from '../../../../v2/blocks/request-block/components/RequestTableRow.vue.js'; /** Build the table rows for the form data, optionally enriched with schema (e.g. enum) per property */ export declare const getFormBodyRows: (example: ExampleObject | undefined | null, contentType: string, formBodySchema?: SchemaObject) => TableRow[]; //# sourceMappingURL=get-form-body-rows.d.ts.map