type JsonObject = Record; export type StructuredCollectionRenderOptions = { indent?: string; }; export declare const renderStructuredCollection: (sectionName: string | undefined, rows: JsonObject[], options?: StructuredCollectionRenderOptions) => boolean; export {}; //# sourceMappingURL=response-config.d.ts.map