import type { ExampleObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
/** Build the table rows for the form data */
export declare const getFormBodyRows: (example: ExampleObject | undefined | null, contentType: string) => {
    name: string;
    value: any;
    isDisabled: boolean;
}[];
//# sourceMappingURL=get-form-body-rows.d.ts.map